Html Css Color HEX #CF6C3C Zest

📋 copy color: '#CF6C3C'

red 207 ◦ green 108 ◦ blue 60

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

Shades of Zest #CF6C3C

Tints of Zest #CF6C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 60 (23.83% from 255) = 16%

R = 55.2%
G = 28.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF6C3C (or 0xCF6C3C) is known color: Zest. HEX triplet: CF, 6C and 3C. RGB value is (207,108,60). Sum of RGB (Red+Green+Blue) = 207+108+60=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C3C is #3093C3. Grayscale: #848484. Windows color (decimal): -3183556 or 3960015. OLE color: 3960015.

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

Color convert

RGB 207 108 60 -
CMYK 0 0.48 0.71 0.19
HSL 19.59º 0.6% 0.52% -
HSV(B) 19.59º 0.71% 0.81% -
XYZ 31.91 24.32 7.29 -
YUV 132.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 207 108 60 0 0.48 0.71 0.19 19.59 0.6 0.52
Hex CF 6C 3C 0 30 47 13 14 3C 34
Octal 317 154 74 0 60 107 23 24 74 64
Binary 11001111 1101100 111100 0 110000 1000111 10011 10100 111100 110100

Color Harmonies of #CF6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C3C

Black with #CF6C3C

Text Example


Text Example

White with #CF6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C3C; }

 p { color: rgb(207,108,60); }

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

background-color css

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

 a { background-color: rgb(207,108,60); }

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

border-color css

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

 span { border-color: rgb(207,108,60); }

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