Html Css Color HEX #C9581D Chocolate

📋 copy color: '#C9581D'

red 201 ◦ green 88 ◦ blue 29

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

Shades of Chocolate #C9581D

Tints of Chocolate #C9581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 63.21%
G = 27.67%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9581D (or 0xC9581D) is known color: Chocolate. HEX triplet: C9, 58 and 1D. RGB value is (201,88,29). Sum of RGB (Red+Green+Blue) = 201+88+29=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9581D is #36A7E2. Grayscale: #737373. Windows color (decimal): -3581923 or 1923273. OLE color: 1923273.

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

Color convert

RGB 201 88 29 -
CMYK 0 0.56 0.86 0.21
HSL 20.58º 0.75% 0.45% -
HSV(B) 20.58º 0.86% 0.79% -
XYZ 27.8 19.49 3.46 -
YUV 115.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 201 88 29 0 0.56 0.86 0.21 20.58 0.75 0.45
Hex C9 58 1D 0 38 56 15 15 4B 2D
Octal 311 130 35 0 70 126 25 25 113 55
Binary 11001001 1011000 11101 0 111000 1010110 10101 10101 1001011 101101

Color Harmonies of #C9581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9581D

Black with #C9581D

Text Example


Text Example

White with #C9581D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9581D; }

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

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

background-color css

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

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

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

border-color css

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

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

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