Html Css Color HEX #CF5F14 Chocolate

📋 copy color: '#CF5F14'

red 207 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #CF5F14

Tints of Chocolate #CF5F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 64.29%
G = 29.5%
B = 6.21%

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

#CF5F14 (or 0xCF5F14) is known color: Chocolate. HEX triplet: CF, 5F and 14. RGB value is (207,95,20). Sum of RGB (Red+Green+Blue) = 207+95+20=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5F14 is #30A0EB. Grayscale: #787878. Windows color (decimal): -3186924 or 1335247. OLE color: 1335247.

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

Color convert

RGB 207 95 20 -
CMYK 0 0.54 0.90 0.19
HSL 24.06º 0.82% 0.45% -
HSV(B) 24.06º 0.9% 0.81% -
XYZ 29.95 21.5 3.23 -
YUV 119.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 207 95 20 0 0.54 0.90 0.19 24.06 0.82 0.45
Hex CF 5F 14 0 36 5A 13 18 52 2D
Octal 317 137 24 0 66 132 23 30 122 55
Binary 11001111 1011111 10100 0 110110 1011010 10011 11000 1010010 101101

Color Harmonies of #CF5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F14

Black with #CF5F14

Text Example


Text Example

White with #CF5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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