Html Css Color HEX #CF611D Chocolate

📋 copy color: '#CF611D'

red 207 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #CF611D

Tints of Chocolate #CF611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 62.16%
G = 29.13%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF611D (or 0xCF611D) is known color: Chocolate. HEX triplet: CF, 61 and 1D. RGB value is (207,97,29). Sum of RGB (Red+Green+Blue) = 207+97+29=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF611D is #309EE2. Grayscale: #7A7A7A. Windows color (decimal): -3186403 or 1925583. OLE color: 1925583.

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

Color convert

RGB 207 97 29 -
CMYK 0 0.53 0.86 0.19
HSL 22.92º 0.75% 0.46% -
HSV(B) 22.92º 0.86% 0.81% -
XYZ 30.23 21.9 3.8 -
YUV 122.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 207 97 29 0 0.53 0.86 0.19 22.92 0.75 0.46
Hex CF 61 1D 0 35 56 13 17 4B 2E
Octal 317 141 35 0 65 126 23 27 113 56
Binary 11001111 1100001 11101 0 110101 1010110 10011 10111 1001011 101110

Color Harmonies of #CF611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF611D

Black with #CF611D

Text Example


Text Example

White with #CF611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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