Html Css Color HEX #CF5B15 Chocolate

📋 copy color: '#CF5B15'

red 207 ◦ green 91 ◦ blue 21

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

Shades of Chocolate #CF5B15

Tints of Chocolate #CF5B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.53%

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

R = 64.89%
G = 28.53%
B = 6.58%

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

#CF5B15 (or 0xCF5B15) is known color: Chocolate. HEX triplet: CF, 5B and 15. RGB value is (207,91,21). Sum of RGB (Red+Green+Blue) = 207+91+21=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B15 is #30A4EA. Grayscale: #767676. Windows color (decimal): -3187947 or 1399759. OLE color: 1399759.

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

Color convert

RGB 207 91 21 -
CMYK 0 0.56 0.90 0.19
HSL 22.58º 0.82% 0.45% -
HSV(B) 22.58º 0.9% 0.81% -
XYZ 29.61 20.8 3.16 -
YUV 117.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 207 91 21 0 0.56 0.90 0.19 22.58 0.82 0.45
Hex CF 5B 15 0 38 5A 13 17 52 2D
Octal 317 133 25 0 70 132 23 27 122 55
Binary 11001111 1011011 10101 0 111000 1011010 10011 10111 1010010 101101

Color Harmonies of #CF5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B15

Black with #CF5B15

Text Example


Text Example

White with #CF5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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