Html Css Color HEX #CB7140 Zest

📋 copy color: '#CB7140'

red 203 ◦ green 113 ◦ blue 64

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

Shades of Zest #CB7140

Tints of Zest #CB7140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 53.42%
G = 29.74%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7140 (or 0xCB7140) is known color: Zest. HEX triplet: CB, 71 and 40. RGB value is (203,113,64). Sum of RGB (Red+Green+Blue) = 203+113+64=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7140 is #348EBF. Grayscale: #868686. Windows color (decimal): -3444416 or 4223435. OLE color: 4223435.

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

Color convert

RGB 203 113 64 -
CMYK 0 0.44 0.68 0.20
HSL 21.15º 0.57% 0.52% -
HSV(B) 21.15º 0.68% 0.8% -
XYZ 31.46 24.88 7.99 -
YUV 134.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 203 113 64 0 0.44 0.68 0.20 21.15 0.57 0.52
Hex CB 71 40 0 2C 44 14 15 39 34
Octal 313 161 100 0 54 104 24 25 71 64
Binary 11001011 1110001 1000000 0 101100 1000100 10100 10101 111001 110100

Color Harmonies of #CB7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7140

Black with #CB7140

Text Example


Text Example

White with #CB7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7140; }

 p { color: rgb(203,113,64); }

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

background-color css

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

 a { background-color: rgb(203,113,64); }

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

border-color css

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

 span { border-color: rgb(203,113,64); }

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