Html Css Color HEX #CF611A Chocolate

📋 copy color: '#CF611A'

red 207 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #CF611A

Tints of Chocolate #CF611A

RGB

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

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

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

R = 62.73%
G = 29.39%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF611A (or 0xCF611A) is known color: Chocolate. HEX triplet: CF, 61 and 1A. RGB value is (207,97,26). Sum of RGB (Red+Green+Blue) = 207+97+26=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF611A is #309EE5. Grayscale: #7A7A7A. Windows color (decimal): -3186406 or 1728975. OLE color: 1728975.

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

Color convert

RGB 207 97 26 -
CMYK 0 0.53 0.87 0.19
HSL 23.54º 0.78% 0.46% -
HSV(B) 23.54º 0.87% 0.81% -
XYZ 30.19 21.89 3.61 -
YUV 121.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 207 97 26 0 0.53 0.87 0.19 23.54 0.78 0.46
Hex CF 61 1A 0 35 57 13 18 4E 2E
Octal 317 141 32 0 65 127 23 30 116 56
Binary 11001111 1100001 11010 0 110101 1010111 10011 11000 1001110 101110

Color Harmonies of #CF611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF611A

Black with #CF611A

Text Example


Text Example

White with #CF611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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