Html Css Color HEX #CF743F Zest

📋 copy color: '#CF743F'

red 207 ◦ green 116 ◦ blue 63

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

Shades of Zest #CF743F

Tints of Zest #CF743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 53.63%
G = 30.05%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF743F (or 0xCF743F) is known color: Zest. HEX triplet: CF, 74 and 3F. RGB value is (207,116,63). Sum of RGB (Red+Green+Blue) = 207+116+63=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF743F is #308BC0. Grayscale: #898989. Windows color (decimal): -3181505 or 4158671. OLE color: 4158671.

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

Color convert

RGB 207 116 63 -
CMYK 0 0.44 0.70 0.19
HSL 22.08º 0.6% 0.53% -
HSV(B) 22.08º 0.7% 0.81% -
XYZ 32.87 26.12 8.01 -
YUV 137.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 207 116 63 0 0.44 0.70 0.19 22.08 0.6 0.53
Hex CF 74 3F 0 2C 46 13 16 3C 35
Octal 317 164 77 0 54 106 23 26 74 65
Binary 11001111 1110100 111111 0 101100 1000110 10011 10110 111100 110101

Color Harmonies of #CF743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF743F

Black with #CF743F

Text Example


Text Example

White with #CF743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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