Html Css Color HEX #CB7641 Zest

📋 copy color: '#CB7641'

red 203 ◦ green 118 ◦ blue 65

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

Shades of Zest #CB7641

Tints of Zest #CB7641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 52.59%
G = 30.57%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7641 (or 0xCB7641) is known color: Zest. HEX triplet: CB, 76 and 41. RGB value is (203,118,65). Sum of RGB (Red+Green+Blue) = 203+118+65=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7641 is #3489BE. Grayscale: #898989. Windows color (decimal): -3443135 or 4290251. OLE color: 4290251.

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

Color convert

RGB 203 118 65 -
CMYK 0 0.42 0.68 0.20
HSL 23.04º 0.57% 0.53% -
HSV(B) 23.04º 0.68% 0.8% -
XYZ 32.06 26.04 8.34 -
YUV 137.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 203 118 65 0 0.42 0.68 0.20 23.04 0.57 0.53
Hex CB 76 41 0 2A 44 14 17 39 35
Octal 313 166 101 0 52 104 24 27 71 65
Binary 11001011 1110110 1000001 0 101010 1000100 10100 10111 111001 110101

Color Harmonies of #CB7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7641

Black with #CB7641

Text Example


Text Example

White with #CB7641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7641; }

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

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

background-color css

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

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

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

border-color css

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

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

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