Html Css Color HEX #CB6C35 Zest

📋 copy color: '#CB6C35'

red 203 ◦ green 108 ◦ blue 53

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

Shades of Zest #CB6C35

Tints of Zest #CB6C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.56%

R = 55.77%
G = 29.67%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB6C35 (or 0xCB6C35) is known color: Zest. HEX triplet: CB, 6C and 35. RGB value is (203,108,53). Sum of RGB (Red+Green+Blue) = 203+108+53=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C35 is #3493CA. Grayscale: #828282. Windows color (decimal): -3445707 or 3501259. OLE color: 3501259.

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

Color convert

RGB 203 108 53 -
CMYK 0 0.47 0.74 0.20
HSL 22º 0.59% 0.5% -
HSV(B) 22º 0.74% 0.8% -
XYZ 30.63 23.68 6.32 -
YUV 130.14 84.47 179.97 -
System Red Green Blue C M Y K H S L
Decimal 203 108 53 0 0.47 0.74 0.20 22 0.59 0.5
Hex CB 6C 35 0 2F 4A 14 16 3B 32
Octal 313 154 65 0 57 112 24 26 73 62
Binary 11001011 1101100 110101 0 101111 1001010 10100 10110 111011 110010

Color Harmonies of #CB6C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C35

Black with #CB6C35

Text Example


Text Example

White with #CB6C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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