Html Css Color HEX #CF703E Zest

📋 copy color: '#CF703E'

red 207 ◦ green 112 ◦ blue 62

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

Shades of Zest #CF703E

Tints of Zest #CF703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.27%

R = 54.33%
G = 29.4%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF703E (or 0xCF703E) is known color: Zest. HEX triplet: CF, 70 and 3E. RGB value is (207,112,62). Sum of RGB (Red+Green+Blue) = 207+112+62=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF703E is #308FC1. Grayscale: #878787. Windows color (decimal): -3182530 or 4092111. OLE color: 4092111.

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

Color convert

RGB 207 112 62 -
CMYK 0 0.46 0.70 0.19
HSL 20.69º 0.6% 0.53% -
HSV(B) 20.69º 0.7% 0.81% -
XYZ 32.4 25.2 7.71 -
YUV 134.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 207 112 62 0 0.46 0.70 0.19 20.69 0.6 0.53
Hex CF 70 3E 0 2E 46 13 15 3C 35
Octal 317 160 76 0 56 106 23 25 74 65
Binary 11001111 1110000 111110 0 101110 1000110 10011 10101 111100 110101

Color Harmonies of #CF703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF703E

Black with #CF703E

Text Example


Text Example

White with #CF703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF703E; }

 p { color: rgb(207,112,62); }

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

background-color css

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

 a { background-color: rgb(207,112,62); }

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

border-color css

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

 span { border-color: rgb(207,112,62); }

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