Html Css Color HEX #CD7037 Zest

📋 copy color: '#CD7037'

red 205 ◦ green 112 ◦ blue 55

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

Shades of Zest #CD7037

Tints of Zest #CD7037

RGB

 RED value IS 205 (80.47% from 255) = 55.11%

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 55 (21.88% from 255) = 14.78%

R = 55.11%
G = 30.11%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CD7037 (or 0xCD7037) is known color: Zest. HEX triplet: CD, 70 and 37. RGB value is (205,112,55). Sum of RGB (Red+Green+Blue) = 205+112+55=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7037 is #328FC8. Grayscale: #858585. Windows color (decimal): -3313609 or 3633357. OLE color: 3633357.

HSL color Cylindrical-coordinate representation of color #CD7037: hue angle of 22.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD7037 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 55 -
CMYK 0 0.45 0.73 0.20
HSL 22.8º 0.6% 0.51% -
HSV(B) 22.8º 0.73% 0.8% -
XYZ 31.66 24.84 6.74 -
YUV 133.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 205 112 55 0 0.45 0.73 0.20 22.8 0.6 0.51
Hex CD 70 37 0 2D 49 14 17 3C 33
Octal 315 160 67 0 55 111 24 27 74 63
Binary 11001101 1110000 110111 0 101101 1001001 10100 10111 111100 110011

Color Harmonies of #CD7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7037

Black with #CD7037

Text Example


Text Example

White with #CD7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7037; }

 p { color: rgb(205,112,55); }

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

background-color css

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

 a { background-color: rgb(205,112,55); }

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

border-color css

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

 span { border-color: rgb(205,112,55); }

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