Html Css Color HEX #CF6114 Chocolate

📋 copy color: '#CF6114'

red 207 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #CF6114

Tints of Chocolate #CF6114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 63.89%
G = 29.94%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6114 (or 0xCF6114) is known color: Chocolate. HEX triplet: CF, 61 and 14. RGB value is (207,97,20). Sum of RGB (Red+Green+Blue) = 207+97+20=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6114 is #309EEB. Grayscale: #797979. Windows color (decimal): -3186412 or 1335759. OLE color: 1335759.

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

Color convert

RGB 207 97 20 -
CMYK 0 0.53 0.90 0.19
HSL 24.71º 0.82% 0.45% -
HSV(B) 24.71º 0.9% 0.81% -
XYZ 30.13 21.87 3.29 -
YUV 121.11 70.94 189.26 -
System Red Green Blue C M Y K H S L
Decimal 207 97 20 0 0.53 0.90 0.19 24.71 0.82 0.45
Hex CF 61 14 0 35 5A 13 19 52 2D
Octal 317 141 24 0 65 132 23 31 122 55
Binary 11001111 1100001 10100 0 110101 1011010 10011 11001 1010010 101101

Color Harmonies of #CF6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6114

Black with #CF6114

Text Example


Text Example

White with #CF6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6114; }

 p { color: rgb(207,97,20); }

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

background-color css

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

 a { background-color: rgb(207,97,20); }

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

border-color css

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

 span { border-color: rgb(207,97,20); }

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