Html Css Color HEX #CF5C15 Chocolate

📋 copy color: '#CF5C15'

red 207 ◦ green 92 ◦ blue 21

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

Shades of Chocolate #CF5C15

Tints of Chocolate #CF5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

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

R = 64.69%
G = 28.75%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5C15 (or 0xCF5C15) is known color: Chocolate. HEX triplet: CF, 5C and 15. RGB value is (207,92,21). Sum of RGB (Red+Green+Blue) = 207+92+21=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C15 is #30A3EA. Grayscale: #767676. Windows color (decimal): -3187691 or 1400015. OLE color: 1400015.

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

Color convert

RGB 207 92 21 -
CMYK 0 0.56 0.90 0.19
HSL 22.9º 0.82% 0.45% -
HSV(B) 22.9º 0.9% 0.81% -
XYZ 29.69 20.97 3.19 -
YUV 118.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 207 92 21 0 0.56 0.90 0.19 22.9 0.82 0.45
Hex CF 5C 15 0 38 5A 13 17 52 2D
Octal 317 134 25 0 70 132 23 27 122 55
Binary 11001111 1011100 10101 0 111000 1011010 10011 10111 1010010 101101

Color Harmonies of #CF5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C15

Black with #CF5C15

Text Example


Text Example

White with #CF5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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