Html Css Color HEX #CF7139 Zest

📋 copy color: '#CF7139'

red 207 ◦ green 113 ◦ blue 57

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

Shades of Zest #CF7139

Tints of Zest #CF7139

RGB

 RED value IS 207 (81.25% from 255) = 54.91%

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

 BLUE value IS 57 (22.66% from 255) = 15.12%

R = 54.91%
G = 29.97%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF7139 (or 0xCF7139) is known color: Zest. HEX triplet: CF, 71 and 39. RGB value is (207,113,57). Sum of RGB (Red+Green+Blue) = 207+113+57=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7139 is #308EC6. Grayscale: #878787. Windows color (decimal): -3182279 or 3764687. OLE color: 3764687.

HSL color Cylindrical-coordinate representation of color #CF7139: hue angle of 22.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF7139 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 57 -
CMYK 0 0.45 0.72 0.19
HSL 22.4º 0.61% 0.52% -
HSV(B) 22.4º 0.72% 0.81% -
XYZ 32.38 25.37 7.06 -
YUV 134.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 207 113 57 0 0.45 0.72 0.19 22.4 0.61 0.52
Hex CF 71 39 0 2D 48 13 16 3D 34
Octal 317 161 71 0 55 110 23 26 75 64
Binary 11001111 1110001 111001 0 101101 1001000 10011 10110 111101 110100

Color Harmonies of #CF7139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7139

Black with #CF7139

Text Example


Text Example

White with #CF7139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7139; }

 p { color: rgb(207,113,57); }

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

background-color css

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

 a { background-color: rgb(207,113,57); }

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

border-color css

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

 span { border-color: rgb(207,113,57); }

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