#CB6A35

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

Shades of Tango #CB6A35

Tints of Tango #CB6A35

Color information

#CB6A35 (or 0xCB6A35) is unknown color: approx Tango. HEX triplet: CB, 6A and 35. RGB value is (203,106,53). Sum of RGB (Red+Green+Blue) = 203+106+53=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6A35 is #3495CA. Grayscale: #818181. Windows color (decimal): -3446219 or 3500747. OLE color: 3500747.

HSL color Cylindrical-coordinate representation of color #CB6A35: hue angle of 21.2º 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 #CB6A35 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20310653-
CMYK00.480.740.20
HSL21.2º59.06%50.2%-
HSV(B)21.2º73.89%79.61%-
XYZ30.4323.266.25-
YUV128.9685.14180.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 53 (21.09% from 255) = 14.64%
R=56.08%
G=29.28%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031065300.480.740.2021.259.0650.2
HexCB6A350304A14153b32
Octal3131526506011224257362
Binary110010111101010110101011000010010101010010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A35; }

 p { color: rgb(203,106,53); }

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

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

 a { background-color: rgb(203,106,53); }

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

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

 span { border-color: rgb(203,106,53); }

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