Html Css Color HEX #CF6D3D Zest

📋 copy color: '#CF6D3D'

red 207 ◦ green 109 ◦ blue 61

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

Shades of Zest #CF6D3D

Tints of Zest #CF6D3D

RGB

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

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

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

R = 54.91%
G = 28.91%
B = 16.18%

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

#CF6D3D (or 0xCF6D3D) is known color: Zest. HEX triplet: CF, 6D and 3D. RGB value is (207,109,61). Sum of RGB (Red+Green+Blue) = 207+109+61=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D3D is #3092C2. Grayscale: #858585. Windows color (decimal): -3183299 or 4025807. OLE color: 4025807.

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

Color convert

RGB 207 109 61 -
CMYK 0 0.47 0.71 0.19
HSL 19.73º 0.6% 0.53% -
HSV(B) 19.73º 0.71% 0.81% -
XYZ 32.04 24.54 7.46 -
YUV 132.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 207 109 61 0 0.47 0.71 0.19 19.73 0.6 0.53
Hex CF 6D 3D 0 2F 47 13 14 3C 35
Octal 317 155 75 0 57 107 23 24 74 65
Binary 11001111 1101101 111101 0 101111 1000111 10011 10100 111100 110101

Color Harmonies of #CF6D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D3D

Black with #CF6D3D

Text Example


Text Example

White with #CF6D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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