Html Css Color HEX #CB7441 Zest

📋 copy color: '#CB7441'

red 203 ◦ green 116 ◦ blue 65

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

Shades of Zest #CB7441

Tints of Zest #CB7441

RGB

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

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

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

R = 52.86%
G = 30.21%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7441 (or 0xCB7441) is known color: Zest. HEX triplet: CB, 74 and 41. RGB value is (203,116,65). Sum of RGB (Red+Green+Blue) = 203+116+65=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7441 is #348BBE. Grayscale: #888888. Windows color (decimal): -3443647 or 4289739. OLE color: 4289739.

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

Color convert

RGB 203 116 65 -
CMYK 0 0.43 0.68 0.20
HSL 22.17º 0.57% 0.53% -
HSV(B) 22.17º 0.68% 0.8% -
XYZ 31.83 25.57 8.26 -
YUV 136.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 203 116 65 0 0.43 0.68 0.20 22.17 0.57 0.53
Hex CB 74 41 0 2B 44 14 16 39 35
Octal 313 164 101 0 53 104 24 26 71 65
Binary 11001011 1110100 1000001 0 101011 1000100 10100 10110 111001 110101

Color Harmonies of #CB7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7441

Black with #CB7441

Text Example


Text Example

White with #CB7441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7441; }

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

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

background-color css

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

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

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

border-color css

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

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

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