Html Css Color HEX #CF601E Chocolate

📋 copy color: '#CF601E'

red 207 ◦ green 96 ◦ blue 30

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

Shades of Chocolate #CF601E

Tints of Chocolate #CF601E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 62.16%
G = 28.83%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF601E (or 0xCF601E) is known color: Chocolate. HEX triplet: CF, 60 and 1E. RGB value is (207,96,30). Sum of RGB (Red+Green+Blue) = 207+96+30=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF601E is #309FE1. Grayscale: #7A7A7A. Windows color (decimal): -3186658 or 1990863. OLE color: 1990863.

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

Color convert

RGB 207 96 30 -
CMYK 0 0.54 0.86 0.19
HSL 22.37º 0.75% 0.46% -
HSV(B) 22.37º 0.86% 0.81% -
XYZ 30.15 21.72 3.83 -
YUV 121.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 207 96 30 0 0.54 0.86 0.19 22.37 0.75 0.46
Hex CF 60 1E 0 36 56 13 16 4B 2E
Octal 317 140 36 0 66 126 23 26 113 56
Binary 11001111 1100000 11110 0 110110 1010110 10011 10110 1001011 101110

Color Harmonies of #CF601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF601E

Black with #CF601E

Text Example


Text Example

White with #CF601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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