Html Css Color HEX #CB7638 Zest

📋 copy color: '#CB7638'

red 203 ◦ green 118 ◦ blue 56

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

Shades of Zest #CB7638

Tints of Zest #CB7638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 53.85%
G = 31.3%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB7638 (or 0xCB7638) is known color: Zest. HEX triplet: CB, 76 and 38. RGB value is (203,118,56). Sum of RGB (Red+Green+Blue) = 203+118+56=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7638 is #3489C7. Grayscale: #888888. Windows color (decimal): -3443144 or 3700427. OLE color: 3700427.

HSL color Cylindrical-coordinate representation of color #CB7638: hue angle of 25.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB7638 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 118 56 -
CMYK 0 0.42 0.72 0.20
HSL 25.31º 0.59% 0.51% -
HSV(B) 25.31º 0.72% 0.8% -
XYZ 31.82 25.94 7.07 -
YUV 136.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 203 118 56 0 0.42 0.72 0.20 25.31 0.59 0.51
Hex CB 76 38 0 2A 48 14 19 3B 33
Octal 313 166 70 0 52 110 24 31 73 63
Binary 11001011 1110110 111000 0 101010 1001000 10100 11001 111011 110011

Color Harmonies of #CB7638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7638

Black with #CB7638

Text Example


Text Example

White with #CB7638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7638; }

 p { color: rgb(203,118,56); }

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

background-color css

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

 a { background-color: rgb(203,118,56); }

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

border-color css

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

 span { border-color: rgb(203,118,56); }

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