Html Css Color HEX #CF7140 Zest

📋 copy color: '#CF7140'

red 207 ◦ green 113 ◦ blue 64

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

Shades of Zest #CF7140

Tints of Zest #CF7140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 53.91%
G = 29.43%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF7140 (or 0xCF7140) is known color: Zest. HEX triplet: CF, 71 and 40. RGB value is (207,113,64). Sum of RGB (Red+Green+Blue) = 207+113+64=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7140 is #308EBF. Grayscale: #878787. Windows color (decimal): -3182272 or 4223439. OLE color: 4223439.

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

Color convert

RGB 207 113 64 -
CMYK 0 0.45 0.69 0.19
HSL 20.56º 0.6% 0.53% -
HSV(B) 20.56º 0.69% 0.81% -
XYZ 32.56 25.45 8.05 -
YUV 135.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 207 113 64 0 0.45 0.69 0.19 20.56 0.6 0.53
Hex CF 71 40 0 2D 45 13 15 3C 35
Octal 317 161 100 0 55 105 23 25 74 65
Binary 11001111 1110001 1000000 0 101101 1000101 10011 10101 111100 110101

Color Harmonies of #CF7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7140

Black with #CF7140

Text Example


Text Example

White with #CF7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7140; }

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

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

background-color css

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

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

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

border-color css

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

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

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