Html Css Color HEX #CF6115 Chocolate

📋 copy color: '#CF6115'

red 207 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #CF6115

Tints of Chocolate #CF6115

RGB

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

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

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

R = 63.69%
G = 29.85%
B = 6.46%

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

#CF6115 (or 0xCF6115) is known color: Chocolate. HEX triplet: CF, 61 and 15. RGB value is (207,97,21). Sum of RGB (Red+Green+Blue) = 207+97+21=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6115 is #309EEA. Grayscale: #797979. Windows color (decimal): -3186411 or 1401295. OLE color: 1401295.

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

Color convert

RGB 207 97 21 -
CMYK 0 0.53 0.90 0.19
HSL 24.52º 0.82% 0.45% -
HSV(B) 24.52º 0.9% 0.81% -
XYZ 30.14 21.87 3.34 -
YUV 121.23 71.44 189.18 -
System Red Green Blue C M Y K H S L
Decimal 207 97 21 0 0.53 0.90 0.19 24.52 0.82 0.45
Hex CF 61 15 0 35 5A 13 19 52 2D
Octal 317 141 25 0 65 132 23 31 122 55
Binary 11001111 1100001 10101 0 110101 1011010 10011 11001 1010010 101101

Color Harmonies of #CF6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6115

Black with #CF6115

Text Example


Text Example

White with #CF6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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