Html Css Color HEX #CF601D Chocolate

📋 copy color: '#CF601D'

red 207 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #CF601D

Tints of Chocolate #CF601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 62.35%
G = 28.92%
B = 8.73%

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

#CF601D (or 0xCF601D) is known color: Chocolate. HEX triplet: CF, 60 and 1D. RGB value is (207,96,29). Sum of RGB (Red+Green+Blue) = 207+96+29=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF601D is #309FE2. Grayscale: #797979. Windows color (decimal): -3186659 or 1925327. OLE color: 1925327.

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

Color convert

RGB 207 96 29 -
CMYK 0 0.54 0.86 0.19
HSL 22.58º 0.75% 0.46% -
HSV(B) 22.58º 0.86% 0.81% -
XYZ 30.14 21.72 3.77 -
YUV 121.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 207 96 29 0 0.54 0.86 0.19 22.58 0.75 0.46
Hex CF 60 1D 0 36 56 13 17 4B 2E
Octal 317 140 35 0 66 126 23 27 113 56
Binary 11001111 1100000 11101 0 110110 1010110 10011 10111 1001011 101110

Color Harmonies of #CF601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF601D

Black with #CF601D

Text Example


Text Example

White with #CF601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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