Html Css Color HEX #CB7134 Zest

📋 copy color: '#CB7134'

red 203 ◦ green 113 ◦ blue 52

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

Shades of Zest #CB7134

Tints of Zest #CB7134

RGB

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

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

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

R = 55.16%
G = 30.71%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB7134 (or 0xCB7134) is known color: Zest. HEX triplet: CB, 71 and 34. RGB value is (203,113,52). Sum of RGB (Red+Green+Blue) = 203+113+52=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7134 is #348ECB. Grayscale: #858585. Windows color (decimal): -3444428 or 3437003. OLE color: 3437003.

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

Color convert

RGB 203 113 52 -
CMYK 0 0.44 0.74 0.20
HSL 24.24º 0.59% 0.5% -
HSV(B) 24.24º 0.74% 0.8% -
XYZ 31.15 24.75 6.38 -
YUV 132.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 203 113 52 0 0.44 0.74 0.20 24.24 0.59 0.5
Hex CB 71 34 0 2C 4A 14 18 3B 32
Octal 313 161 64 0 54 112 24 30 73 62
Binary 11001011 1110001 110100 0 101100 1001010 10100 11000 111011 110010

Color Harmonies of #CB7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7134

Black with #CB7134

Text Example


Text Example

White with #CB7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7134; }

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

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

background-color css

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

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

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

border-color css

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

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

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