Html Css Color HEX #CB6D3E Zest

📋 copy color: '#CB6D3E'

red 203 ◦ green 109 ◦ blue 62

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

Shades of Zest #CB6D3E

Tints of Zest #CB6D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 54.28%
G = 29.14%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB6D3E (or 0xCB6D3E) is known color: Zest. HEX triplet: CB, 6D and 3E. RGB value is (203,109,62). Sum of RGB (Red+Green+Blue) = 203+109+62=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D3E is #3492C1. Grayscale: #848484. Windows color (decimal): -3445442 or 4091339. OLE color: 4091339.

HSL color Cylindrical-coordinate representation of color #CB6D3E: hue angle of 20º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB6D3E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 109 62 -
CMYK 0 0.46 0.69 0.20
HSL 20º 0.58% 0.52% -
HSV(B) 20º 0.69% 0.8% -
XYZ 30.97 23.98 7.55 -
YUV 131.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 203 109 62 0 0.46 0.69 0.20 20 0.58 0.52
Hex CB 6D 3E 0 2E 45 14 14 3A 34
Octal 313 155 76 0 56 105 24 24 72 64
Binary 11001011 1101101 111110 0 101110 1000101 10100 10100 111010 110100

Color Harmonies of #CB6D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D3E

Black with #CB6D3E

Text Example


Text Example

White with #CB6D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D3E; }

 p { color: rgb(203,109,62); }

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

background-color css

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

 a { background-color: rgb(203,109,62); }

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

border-color css

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

 span { border-color: rgb(203,109,62); }

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