Html Css Color HEX #CB7434 Zest

📋 copy color: '#CB7434'

red 203 ◦ green 116 ◦ blue 52

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

Shades of Zest #CB7434

Tints of Zest #CB7434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 54.72%
G = 31.27%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB7434 (or 0xCB7434) is known color: Zest. HEX triplet: CB, 74 and 34. RGB value is (203,116,52). Sum of RGB (Red+Green+Blue) = 203+116+52=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7434 is #348BCB. Grayscale: #878787. Windows color (decimal): -3443660 or 3437771. OLE color: 3437771.

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

Color convert

RGB 203 116 52 -
CMYK 0 0.43 0.74 0.20
HSL 25.43º 0.59% 0.5% -
HSV(B) 25.43º 0.74% 0.8% -
XYZ 31.49 25.44 6.5 -
YUV 134.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 203 116 52 0 0.43 0.74 0.20 25.43 0.59 0.5
Hex CB 74 34 0 2B 4A 14 19 3B 32
Octal 313 164 64 0 53 112 24 31 73 62
Binary 11001011 1110100 110100 0 101011 1001010 10100 11001 111011 110010

Color Harmonies of #CB7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7434

Black with #CB7434

Text Example


Text Example

White with #CB7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7434; }

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

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

background-color css

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

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

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

border-color css

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

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

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