Html Css Color HEX #CF743D Zest

📋 copy color: '#CF743D'

red 207 ◦ green 116 ◦ blue 61

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

Shades of Zest #CF743D

Tints of Zest #CF743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 53.91%
G = 30.21%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF743D (or 0xCF743D) is known color: Zest. HEX triplet: CF, 74 and 3D. RGB value is (207,116,61). Sum of RGB (Red+Green+Blue) = 207+116+61=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF743D is #308BC2. Grayscale: #898989. Windows color (decimal): -3181507 or 4027599. OLE color: 4027599.

HSL color Cylindrical-coordinate representation of color #CF743D: hue angle of 22.6º 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 #CF743D is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 116 61 -
CMYK 0 0.44 0.71 0.19
HSL 22.6º 0.6% 0.53% -
HSV(B) 22.6º 0.71% 0.81% -
XYZ 32.82 26.09 7.72 -
YUV 136.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 207 116 61 0 0.44 0.71 0.19 22.6 0.6 0.53
Hex CF 74 3D 0 2C 47 13 17 3C 35
Octal 317 164 75 0 54 107 23 27 74 65
Binary 11001111 1110100 111101 0 101100 1000111 10011 10111 111100 110101

Color Harmonies of #CF743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF743D

Black with #CF743D

Text Example


Text Example

White with #CF743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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