Html Css Color HEX #CF601A Chocolate

📋 copy color: '#CF601A'

red 207 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #CF601A

Tints of Chocolate #CF601A

RGB

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

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

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

R = 62.92%
G = 29.18%
B = 7.9%

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

#CF601A (or 0xCF601A) is known color: Chocolate. HEX triplet: CF, 60 and 1A. RGB value is (207,96,26). Sum of RGB (Red+Green+Blue) = 207+96+26=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF601A is #309FE5. Grayscale: #797979. Windows color (decimal): -3186662 or 1728719. OLE color: 1728719.

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

Color convert

RGB 207 96 26 -
CMYK 0 0.54 0.87 0.19
HSL 23.2º 0.78% 0.46% -
HSV(B) 23.2º 0.87% 0.81% -
XYZ 30.1 21.71 3.58 -
YUV 121.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 207 96 26 0 0.54 0.87 0.19 23.2 0.78 0.46
Hex CF 60 1A 0 36 57 13 17 4E 2E
Octal 317 140 32 0 66 127 23 27 116 56
Binary 11001111 1100000 11010 0 110110 1010111 10011 10111 1001110 101110

Color Harmonies of #CF601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF601A

Black with #CF601A

Text Example


Text Example

White with #CF601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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