Html Css Color HEX #CF5D12 Chocolate

📋 copy color: '#CF5D12'

red 207 ◦ green 93 ◦ blue 18

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

Shades of Chocolate #CF5D12

Tints of Chocolate #CF5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 65.09%
G = 29.25%
B = 5.66%

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

#CF5D12 (or 0xCF5D12) is known color: Chocolate. HEX triplet: CF, 5D and 12. RGB value is (207,93,18). Sum of RGB (Red+Green+Blue) = 207+93+18=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D12 is #30A2ED. Grayscale: #767676. Windows color (decimal): -3187438 or 1203663. OLE color: 1203663.

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

Color convert

RGB 207 93 18 -
CMYK 0 0.55 0.91 0.19
HSL 23.81º 0.84% 0.44% -
HSV(B) 23.81º 0.91% 0.81% -
XYZ 29.76 21.14 3.08 -
YUV 118.54 71.27 191.1 -
System Red Green Blue C M Y K H S L
Decimal 207 93 18 0 0.55 0.91 0.19 23.81 0.84 0.44
Hex CF 5D 12 0 37 5B 13 18 54 2C
Octal 317 135 22 0 67 133 23 30 124 54
Binary 11001111 1011101 10010 0 110111 1011011 10011 11000 1010100 101100

Color Harmonies of #CF5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D12

Black with #CF5D12

Text Example


Text Example

White with #CF5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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