Html Css Color HEX #CF6E3D Zest

📋 copy color: '#CF6E3D'

red 207 ◦ green 110 ◦ blue 61

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

Shades of Zest #CF6E3D

Tints of Zest #CF6E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

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

R = 54.76%
G = 29.1%
B = 16.14%

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

#CF6E3D (or 0xCF6E3D) is known color: Zest. HEX triplet: CF, 6E and 3D. RGB value is (207,110,61). Sum of RGB (Red+Green+Blue) = 207+110+61=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E3D is #3091C2. Grayscale: #858585. Windows color (decimal): -3183043 or 4026063. OLE color: 4026063.

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

Color convert

RGB 207 110 61 -
CMYK 0 0.47 0.71 0.19
HSL 20.14º 0.6% 0.53% -
HSV(B) 20.14º 0.71% 0.81% -
XYZ 32.15 24.75 7.5 -
YUV 133.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 207 110 61 0 0.47 0.71 0.19 20.14 0.6 0.53
Hex CF 6E 3D 0 2F 47 13 14 3C 35
Octal 317 156 75 0 57 107 23 24 74 65
Binary 11001111 1101110 111101 0 101111 1000111 10011 10100 111100 110101

Color Harmonies of #CF6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E3D

Black with #CF6E3D

Text Example


Text Example

White with #CF6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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