Html Css Color HEX #CF6D3C Zest

📋 copy color: '#CF6D3C'

red 207 ◦ green 109 ◦ blue 60

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

Shades of Zest #CF6D3C

Tints of Zest #CF6D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 55.05%
G = 28.99%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF6D3C (or 0xCF6D3C) is known color: Zest. HEX triplet: CF, 6D and 3C. RGB value is (207,109,60). Sum of RGB (Red+Green+Blue) = 207+109+60=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D3C is #3092C3. Grayscale: #858585. Windows color (decimal): -3183300 or 3960271. OLE color: 3960271.

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

Color convert

RGB 207 109 60 -
CMYK 0 0.47 0.71 0.19
HSL 20º 0.6% 0.52% -
HSV(B) 20º 0.71% 0.81% -
XYZ 32.02 24.53 7.32 -
YUV 132.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 207 109 60 0 0.47 0.71 0.19 20 0.6 0.52
Hex CF 6D 3C 0 2F 47 13 14 3C 34
Octal 317 155 74 0 57 107 23 24 74 64
Binary 11001111 1101101 111100 0 101111 1000111 10011 10100 111100 110100

Color Harmonies of #CF6D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D3C

Black with #CF6D3C

Text Example


Text Example

White with #CF6D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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