Html Css Color HEX #CF6121 Chocolate

📋 copy color: '#CF6121'

red 207 ◦ green 97 ◦ blue 33

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

Shades of Chocolate #CF6121

Tints of Chocolate #CF6121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 61.42%
G = 28.78%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF6121 (or 0xCF6121) is known color: Chocolate. HEX triplet: CF, 61 and 21. RGB value is (207,97,33). Sum of RGB (Red+Green+Blue) = 207+97+33=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6121 is #309EDE. Grayscale: #7A7A7A. Windows color (decimal): -3186399 or 2187727. OLE color: 2187727.

HSL color Cylindrical-coordinate representation of color #CF6121: hue angle of 22.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF6121 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 33 -
CMYK 0 0.53 0.84 0.19
HSL 22.07º 0.73% 0.47% -
HSV(B) 22.07º 0.84% 0.81% -
XYZ 30.28 21.92 4.07 -
YUV 122.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 207 97 33 0 0.53 0.84 0.19 22.07 0.73 0.47
Hex CF 61 21 0 35 54 13 16 48 2F
Octal 317 141 41 0 65 124 23 26 110 57
Binary 11001111 1100001 100001 0 110101 1010100 10011 10110 1001000 101111

Color Harmonies of #CF6121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6121

Black with #CF6121

Text Example


Text Example

White with #CF6121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6121; }

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

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

background-color css

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

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

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

border-color css

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

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

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