Html Css Color HEX #CF5F15 Chocolate

📋 copy color: '#CF5F15'

red 207 ◦ green 95 ◦ blue 21

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

Shades of Chocolate #CF5F15

Tints of Chocolate #CF5F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

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

R = 64.09%
G = 29.41%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5F15 (or 0xCF5F15) is known color: Chocolate. HEX triplet: CF, 5F and 15. RGB value is (207,95,21). Sum of RGB (Red+Green+Blue) = 207+95+21=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F15 is #30A0EA. Grayscale: #787878. Windows color (decimal): -3186923 or 1400783. OLE color: 1400783.

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

Color convert

RGB 207 95 21 -
CMYK 0 0.54 0.90 0.19
HSL 23.87º 0.82% 0.45% -
HSV(B) 23.87º 0.9% 0.81% -
XYZ 29.96 21.5 3.28 -
YUV 120.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 207 95 21 0 0.54 0.90 0.19 23.87 0.82 0.45
Hex CF 5F 15 0 36 5A 13 18 52 2D
Octal 317 137 25 0 66 132 23 30 122 55
Binary 11001111 1011111 10101 0 110110 1011010 10011 11000 1010010 101101

Color Harmonies of #CF5F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F15

Black with #CF5F15

Text Example


Text Example

White with #CF5F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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