#CB6B34

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

Shades of Tango #CB6B34

Tints of Tango #CB6B34

Color information

#CB6B34 (or 0xCB6B34) is unknown color: approx Tango. HEX triplet: CB, 6B and 34. RGB value is (203,107,52). Sum of RGB (Red+Green+Blue) = 203+107+52=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B34 is #3494CB. Grayscale: #818181. Windows color (decimal): -3445964 or 3435467. OLE color: 3435467.

HSL color Cylindrical-coordinate representation of color #CB6B34: hue angle of 21.85º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB6B34 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20310752-
CMYK00.470.740.20
HSL21.85º59.22%50%-
HSV(B)21.85º74.38%79.61%-
XYZ30.5123.466.17-
YUV129.4384.3180.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 52 (20.70% from 255) = 14.36%
R=56.08%
G=29.56%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031075200.470.740.2021.8559.2250
HexCB6B3402F4A14163b32
Octal3131536405711224267362
Binary110010111101011110100010111110010101010010110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B34; }

 p { color: rgb(203,107,52); }

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

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

 a { background-color: rgb(203,107,52); }

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

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

 span { border-color: rgb(203,107,52); }

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