Html Css Color HEX #CF5E12 Chocolate

📋 copy color: '#CF5E12'

red 207 ◦ green 94 ◦ blue 18

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

Shades of Chocolate #CF5E12

Tints of Chocolate #CF5E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 64.89%
G = 29.47%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5E12 (or 0xCF5E12) is known color: Chocolate. HEX triplet: CF, 5E and 12. RGB value is (207,94,18). Sum of RGB (Red+Green+Blue) = 207+94+18=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E12 is #30A1ED. Grayscale: #777777. Windows color (decimal): -3187182 or 1203919. OLE color: 1203919.

HSL color Cylindrical-coordinate representation of color #CF5E12: hue angle of 24.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5E12 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 18 -
CMYK 0 0.55 0.91 0.19
HSL 24.13º 0.84% 0.44% -
HSV(B) 24.13º 0.91% 0.81% -
XYZ 29.84 21.31 3.11 -
YUV 119.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 207 94 18 0 0.55 0.91 0.19 24.13 0.84 0.44
Hex CF 5E 12 0 37 5B 13 18 54 2C
Octal 317 136 22 0 67 133 23 30 124 54
Binary 11001111 1011110 10010 0 110111 1011011 10011 11000 1010100 101100

Color Harmonies of #CF5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E12

Black with #CF5E12

Text Example


Text Example

White with #CF5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E12; }

 p { color: rgb(207,94,18); }

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

background-color css

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

 a { background-color: rgb(207,94,18); }

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

border-color css

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

 span { border-color: rgb(207,94,18); }

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