Html Css Color HEX #CF601F Chocolate

📋 copy color: '#CF601F'

red 207 ◦ green 96 ◦ blue 31

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

Shades of Chocolate #CF601F

Tints of Chocolate #CF601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 61.98%
G = 28.74%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF601F (or 0xCF601F) is known color: Chocolate. HEX triplet: CF, 60 and 1F. RGB value is (207,96,31). Sum of RGB (Red+Green+Blue) = 207+96+31=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF601F is #309FE0. Grayscale: #7A7A7A. Windows color (decimal): -3186657 or 2056399. OLE color: 2056399.

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

Color convert

RGB 207 96 31 -
CMYK 0 0.54 0.85 0.19
HSL 22.16º 0.74% 0.47% -
HSV(B) 22.16º 0.85% 0.81% -
XYZ 30.16 21.73 3.9 -
YUV 121.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 207 96 31 0 0.54 0.85 0.19 22.16 0.74 0.47
Hex CF 60 1F 0 36 55 13 16 4A 2F
Octal 317 140 37 0 66 125 23 26 112 57
Binary 11001111 1100000 11111 0 110110 1010101 10011 10110 1001010 101111

Color Harmonies of #CF601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF601F

Black with #CF601F

Text Example


Text Example

White with #CF601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF601F; }

 p { color: rgb(207,96,31); }

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

background-color css

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

 a { background-color: rgb(207,96,31); }

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

border-color css

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

 span { border-color: rgb(207,96,31); }

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