Html Css Color HEX #CB6C32 Tango

📋 copy color: '#CB6C32'

red 203 ◦ green 108 ◦ blue 50

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

Shades of Tango #CB6C32

Tints of Tango #CB6C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

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

R = 56.23%
G = 29.92%
B = 13.85%

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

#CB6C32 (or 0xCB6C32) is known color: Tango. HEX triplet: CB, 6C and 32. RGB value is (203,108,50). Sum of RGB (Red+Green+Blue) = 203+108+50=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C32 is #3493CD. Grayscale: #828282. Windows color (decimal): -3445710 or 3304651. OLE color: 3304651.

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

Color convert

RGB 203 108 50 -
CMYK 0 0.47 0.75 0.20
HSL 22.75º 0.6% 0.5% -
HSV(B) 22.75º 0.75% 0.8% -
XYZ 30.57 23.65 5.97 -
YUV 129.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 203 108 50 0 0.47 0.75 0.20 22.75 0.6 0.5
Hex CB 6C 32 0 2F 4B 14 17 3C 32
Octal 313 154 62 0 57 113 24 27 74 62
Binary 11001011 1101100 110010 0 101111 1001011 10100 10111 111100 110010

Color Harmonies of #CB6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C32

Black with #CB6C32

Text Example


Text Example

White with #CB6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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