Html Css Color HEX #CB6B32 Tango

📋 copy color: '#CB6B32'

red 203 ◦ green 107 ◦ blue 50

#CB6B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tango #CB6B32

Tints of Tango #CB6B32

RGB

 RED value IS 203 (79.69% from 255) = 56.39%

 GREEN value IS 107 (42.19% from 255) = 29.72%

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 56.39%
G = 29.72%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB6B32 (or 0xCB6B32) is known color: Tango. HEX triplet: CB, 6B and 32. RGB value is (203,107,50). Sum of RGB (Red+Green+Blue) = 203+107+50=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B32 is #3494CD. Grayscale: #818181. Windows color (decimal): -3445966 or 3304395. OLE color: 3304395.

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

Color convert

RGB 203 107 50 -
CMYK 0 0.47 0.75 0.20
HSL 22.35º 0.6% 0.5% -
HSV(B) 22.35º 0.75% 0.8% -
XYZ 30.46 23.44 5.94 -
YUV 129.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 203 107 50 0 0.47 0.75 0.20 22.35 0.6 0.5
Hex CB 6B 32 0 2F 4B 14 16 3C 32
Octal 313 153 62 0 57 113 24 26 74 62
Binary 11001011 1101011 110010 0 101111 1001011 10100 10110 111100 110010

Color Harmonies of #CB6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B32

Black with #CB6B32

Text Example


Text Example

White with #CB6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B32; }

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

 H1.HeaderClassName
 {
   color: #CB6B32;
 }
 .AnyTagClassName
 {
   color: #CB6B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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