Html Css Color HEX #C9641D Chocolate

📋 copy color: '#C9641D'

red 201 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #C9641D

Tints of Chocolate #C9641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 60.91%
G = 30.3%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9641D (or 0xC9641D) is known color: Chocolate. HEX triplet: C9, 64 and 1D. RGB value is (201,100,29). Sum of RGB (Red+Green+Blue) = 201+100+29=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9641D is #369BE2. Grayscale: #7A7A7A. Windows color (decimal): -3578851 or 1926345. OLE color: 1926345.

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

Color convert

RGB 201 100 29 -
CMYK 0 0.50 0.86 0.21
HSL 24.77º 0.75% 0.45% -
HSV(B) 24.77º 0.86% 0.79% -
XYZ 28.87 21.62 3.81 -
YUV 122.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 201 100 29 0 0.50 0.86 0.21 24.77 0.75 0.45
Hex C9 64 1D 0 32 56 15 19 4B 2D
Octal 311 144 35 0 62 126 25 31 113 55
Binary 11001001 1100100 11101 0 110010 1010110 10101 11001 1001011 101101

Color Harmonies of #C9641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9641D

Black with #C9641D

Text Example


Text Example

White with #C9641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9641D; }

 p { color: rgb(201,100,29); }

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

background-color css

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

 a { background-color: rgb(201,100,29); }

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

border-color css

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

 span { border-color: rgb(201,100,29); }

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