Html Css Color HEX #CF5C14 Chocolate

📋 copy color: '#CF5C14'

red 207 ◦ green 92 ◦ blue 20

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

Shades of Chocolate #CF5C14

Tints of Chocolate #CF5C14

RGB

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

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

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

R = 64.89%
G = 28.84%
B = 6.27%

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

#CF5C14 (or 0xCF5C14) is known color: Chocolate. HEX triplet: CF, 5C and 14. RGB value is (207,92,20). Sum of RGB (Red+Green+Blue) = 207+92+20=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C14 is #30A3EB. Grayscale: #767676. Windows color (decimal): -3187692 or 1334479. OLE color: 1334479.

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

Color convert

RGB 207 92 20 -
CMYK 0 0.56 0.90 0.19
HSL 23.1º 0.82% 0.45% -
HSV(B) 23.1º 0.9% 0.81% -
XYZ 29.69 20.97 3.14 -
YUV 118.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 207 92 20 0 0.56 0.90 0.19 23.1 0.82 0.45
Hex CF 5C 14 0 38 5A 13 17 52 2D
Octal 317 134 24 0 70 132 23 27 122 55
Binary 11001111 1011100 10100 0 111000 1011010 10011 10111 1010010 101101

Color Harmonies of #CF5C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C14

Black with #CF5C14

Text Example


Text Example

White with #CF5C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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