Html Css Color HEX #CF6815 Chocolate

📋 copy color: '#CF6815'

red 207 ◦ green 104 ◦ blue 21

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

Shades of Chocolate #CF6815

Tints of Chocolate #CF6815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 62.35%
G = 31.33%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6815 (or 0xCF6815) is known color: Chocolate. HEX triplet: CF, 68 and 15. RGB value is (207,104,21). Sum of RGB (Red+Green+Blue) = 207+104+21=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6815 is #3097EA. Grayscale: #7D7D7D. Windows color (decimal): -3184619 or 1403087. OLE color: 1403087.

HSL color Cylindrical-coordinate representation of color #CF6815: hue angle of 26.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF6815 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 21 -
CMYK 0 0.50 0.90 0.19
HSL 26.77º 0.82% 0.45% -
HSV(B) 26.77º 0.9% 0.81% -
XYZ 30.82 23.22 3.57 -
YUV 125.34 69.12 186.25 -
System Red Green Blue C M Y K H S L
Decimal 207 104 21 0 0.50 0.90 0.19 26.77 0.82 0.45
Hex CF 68 15 0 32 5A 13 1B 52 2D
Octal 317 150 25 0 62 132 23 33 122 55
Binary 11001111 1101000 10101 0 110010 1011010 10011 11011 1010010 101101

Color Harmonies of #CF6815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6815

Black with #CF6815

Text Example


Text Example

White with #CF6815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6815; }

 p { color: rgb(207,104,21); }

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

background-color css

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

 a { background-color: rgb(207,104,21); }

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

border-color css

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

 span { border-color: rgb(207,104,21); }

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