Html Css Color HEX #CF5F1A Chocolate

📋 copy color: '#CF5F1A'

red 207 ◦ green 95 ◦ blue 26

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

Shades of Chocolate #CF5F1A

Tints of Chocolate #CF5F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.93%

R = 63.11%
G = 28.96%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF5F1A (or 0xCF5F1A) is known color: Chocolate. HEX triplet: CF, 5F and 1A. RGB value is (207,95,26). Sum of RGB (Red+Green+Blue) = 207+95+26=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F1A is #30A0E5. Grayscale: #797979. Windows color (decimal): -3186918 or 1728463. OLE color: 1728463.

HSL color Cylindrical-coordinate representation of color #CF5F1A: hue angle of 22.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF5F1A is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 95 26 -
CMYK 0 0.54 0.87 0.19
HSL 22.87º 0.78% 0.46% -
HSV(B) 22.87º 0.87% 0.81% -
XYZ 30.01 21.52 3.55 -
YUV 120.62 74.61 189.61 -
System Red Green Blue C M Y K H S L
Decimal 207 95 26 0 0.54 0.87 0.19 22.87 0.78 0.46
Hex CF 5F 1A 0 36 57 13 17 4E 2E
Octal 317 137 32 0 66 127 23 27 116 56
Binary 11001111 1011111 11010 0 110110 1010111 10011 10111 1001110 101110

Color Harmonies of #CF5F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F1A

Black with #CF5F1A

Text Example


Text Example

White with #CF5F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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