Html Css Color HEX #CB7141 Zest

📋 copy color: '#CB7141'

red 203 ◦ green 113 ◦ blue 65

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

Shades of Zest #CB7141

Tints of Zest #CB7141

RGB

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

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

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

R = 53.28%
G = 29.66%
B = 17.06%

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

#CB7141 (or 0xCB7141) is known color: Zest. HEX triplet: CB, 71 and 41. RGB value is (203,113,65). Sum of RGB (Red+Green+Blue) = 203+113+65=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7141 is #348EBE. Grayscale: #868686. Windows color (decimal): -3444415 or 4288971. OLE color: 4288971.

HSL color Cylindrical-coordinate representation of color #CB7141: hue angle of 20.87º 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 #CB7141 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 65 -
CMYK 0 0.44 0.68 0.20
HSL 20.87º 0.57% 0.53% -
HSV(B) 20.87º 0.68% 0.8% -
XYZ 31.49 24.89 8.15 -
YUV 134.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 203 113 65 0 0.44 0.68 0.20 20.87 0.57 0.53
Hex CB 71 41 0 2C 44 14 15 39 35
Octal 313 161 101 0 54 104 24 25 71 65
Binary 11001011 1110001 1000001 0 101100 1000100 10100 10101 111001 110101

Color Harmonies of #CB7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7141

Black with #CB7141

Text Example


Text Example

White with #CB7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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