Html Css Color HEX #CF5715 Chocolate

📋 copy color: '#CF5715'

red 207 ◦ green 87 ◦ blue 21

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

Shades of Chocolate #CF5715

Tints of Chocolate #CF5715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 65.71%
G = 27.62%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5715 (or 0xCF5715) is known color: Chocolate. HEX triplet: CF, 57 and 15. RGB value is (207,87,21). Sum of RGB (Red+Green+Blue) = 207+87+21=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5715 is #30A8EA. Grayscale: #737373. Windows color (decimal): -3188971 or 1398735. OLE color: 1398735.

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

Color convert

RGB 207 87 21 -
CMYK 0 0.58 0.90 0.19
HSL 21.29º 0.82% 0.45% -
HSV(B) 21.29º 0.9% 0.81% -
XYZ 29.28 20.14 3.05 -
YUV 115.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 207 87 21 0 0.58 0.90 0.19 21.29 0.82 0.45
Hex CF 57 15 0 3A 5A 13 15 52 2D
Octal 317 127 25 0 72 132 23 25 122 55
Binary 11001111 1010111 10101 0 111010 1011010 10011 10101 1010010 101101

Color Harmonies of #CF5715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5715

Black with #CF5715

Text Example


Text Example

White with #CF5715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5715; }

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

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

background-color css

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

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

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

border-color css

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

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

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