Html Css Color HEX #C9620F Chocolate

📋 copy color: '#C9620F'

red 201 ◦ green 98 ◦ blue 15

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

Shades of Chocolate #C9620F

Tints of Chocolate #C9620F

RGB

 RED value IS 201 (78.91% from 255) = 64.01%

 GREEN value IS 98 (38.67% from 255) = 31.21%

 BLUE value IS 15 (6.25% from 255) = 4.78%

R = 64.01%
G = 31.21%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9620F (or 0xC9620F) is known color: Chocolate. HEX triplet: C9, 62 and 0F. RGB value is (201,98,15). Sum of RGB (Red+Green+Blue) = 201+98+15=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9620F is #369DF0. Grayscale: #777777. Windows color (decimal): -3579377 or 1008329. OLE color: 1008329.

HSL color Cylindrical-coordinate representation of color #C9620F: hue angle of 26.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9620F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 15 -
CMYK 0 0.51 0.93 0.21
HSL 26.77º 0.86% 0.42% -
HSV(B) 26.77º 0.93% 0.79% -
XYZ 28.54 21.19 3.04 -
YUV 119.34 69.12 186.25 -
System Red Green Blue C M Y K H S L
Decimal 201 98 15 0 0.51 0.93 0.21 26.77 0.86 0.42
Hex C9 62 F 0 33 5D 15 1B 56 2A
Octal 311 142 17 0 63 135 25 33 126 52
Binary 11001001 1100010 1111 0 110011 1011101 10101 11011 1010110 101010

Color Harmonies of #C9620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9620F

Black with #C9620F

Text Example


Text Example

White with #C9620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9620F; }

 p { color: rgb(201,98,15); }

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

background-color css

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

 a { background-color: rgb(201,98,15); }

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

border-color css

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

 span { border-color: rgb(201,98,15); }

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