Html Css Color HEX #CB7442 Zest

📋 copy color: '#CB7442'

red 203 ◦ green 116 ◦ blue 66

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

Shades of Zest #CB7442

Tints of Zest #CB7442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 52.73%
G = 30.13%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB7442 (or 0xCB7442) is known color: Zest. HEX triplet: CB, 74 and 42. RGB value is (203,116,66). Sum of RGB (Red+Green+Blue) = 203+116+66=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7442 is #348BBD. Grayscale: #888888. Windows color (decimal): -3443646 or 4355275. OLE color: 4355275.

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

Color convert

RGB 203 116 66 -
CMYK 0 0.43 0.67 0.20
HSL 21.9º 0.57% 0.53% -
HSV(B) 21.9º 0.67% 0.8% -
XYZ 31.86 25.58 8.41 -
YUV 136.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 203 116 66 0 0.43 0.67 0.20 21.9 0.57 0.53
Hex CB 74 42 0 2B 43 14 16 39 35
Octal 313 164 102 0 53 103 24 26 71 65
Binary 11001011 1110100 1000010 0 101011 1000011 10100 10110 111001 110101

Color Harmonies of #CB7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7442

Black with #CB7442

Text Example


Text Example

White with #CB7442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7442; }

 p { color: rgb(203,116,66); }

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

background-color css

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

 a { background-color: rgb(203,116,66); }

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

border-color css

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

 span { border-color: rgb(203,116,66); }

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