#CB904F

Color #CB904F Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CB904F

Tints of Twine #CB904F

Color information

#CB904F (or 0xCB904F) is unknown color: approx Twine. HEX triplet: CB, 90 and 4F. RGB value is (203,144,79). Sum of RGB (Red+Green+Blue) = 203+144+79=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB904F is #346FB0. Grayscale: #9A9A9A. Windows color (decimal): -3436465 or 5214411. OLE color: 5214411.

HSL color Cylindrical-coordinate representation of color #CB904F: hue angle of 31.45º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB904F is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20314479-
CMYK00.290.610.20
HSL31.45º54.39%55.29%-
HSV(B)31.45º61.08%79.61%-
XYZ36.0133.2111.91-
YUV154.2385.55162.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=47.65%
G=33.80%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031447900.290.610.2031.4554.3955.29
HexCB904F01D3D141f3637
Octal3132201170357524376667
Binary110010111001000010011110111011111011010011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB904F; }

 p { color: rgb(203,144,79); }

 H1.HeaderClassName
 {
   color: #CB904F;
 }
 .AnyTagClassName
 {
   color: #CB904F;
 }
</style>
background-color css

<style>
 a { background-color: #CB904F; }

 a { background-color: rgb(203,144,79); }

 div.DivClassName
 {
   background-color: #CB904F;
 }
 .BgClassName
 {
   background-color: #CB904F;
 }
</style>
border-color css

<style>
 span { border-color: #CB904F; }

 span { border-color: rgb(203,144,79); }

 td.TdClassName
 {
   border-color: #CB904F;
 }
 .TagClassName
 {
   border-color: #CB904F;
 }
</style>