Html Css Color HEX #CF703D Zest

📋 copy color: '#CF703D'

red 207 ◦ green 112 ◦ blue 61

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

Shades of Zest #CF703D

Tints of Zest #CF703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 54.47%
G = 29.47%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF703D (or 0xCF703D) is known color: Zest. HEX triplet: CF, 70 and 3D. RGB value is (207,112,61). Sum of RGB (Red+Green+Blue) = 207+112+61=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF703D is #308FC2. Grayscale: #868686. Windows color (decimal): -3182531 or 4026575. OLE color: 4026575.

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

Color convert

RGB 207 112 61 -
CMYK 0 0.46 0.71 0.19
HSL 20.96º 0.6% 0.53% -
HSV(B) 20.96º 0.71% 0.81% -
XYZ 32.37 25.19 7.57 -
YUV 134.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 207 112 61 0 0.46 0.71 0.19 20.96 0.6 0.53
Hex CF 70 3D 0 2E 47 13 15 3C 35
Octal 317 160 75 0 56 107 23 25 74 65
Binary 11001111 1110000 111101 0 101110 1000111 10011 10101 111100 110101

Color Harmonies of #CF703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF703D

Black with #CF703D

Text Example


Text Example

White with #CF703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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