Html Css Color HEX #C96145 Dark Coral

📋 copy color: '#C96145'

red 201 ◦ green 97 ◦ blue 69

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

Shades of Dark Coral #C96145

Tints of Dark Coral #C96145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 54.77%
G = 26.43%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C96145 (or 0xC96145) is known color: Dark Coral. HEX triplet: C9, 61 and 45. RGB value is (201,97,69). Sum of RGB (Red+Green+Blue) = 201+97+69=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96145 is #369EBA. Grayscale: #7D7D7D. Windows color (decimal): -3579579 or 4547017. OLE color: 4547017.

HSL color Cylindrical-coordinate representation of color #C96145: hue angle of 12.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C96145 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 69 -
CMYK 0 0.52 0.66 0.21
HSL 12.73º 0.55% 0.53% -
HSV(B) 12.73º 0.66% 0.79% -
XYZ 29.44 21.4 8.21 -
YUV 124.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 201 97 69 0 0.52 0.66 0.21 12.73 0.55 0.53
Hex C9 61 45 0 34 42 15 D 37 35
Octal 311 141 105 0 64 102 25 15 67 65
Binary 11001001 1100001 1000101 0 110100 1000010 10101 1101 110111 110101

Color Harmonies of #C96145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96145

Black with #C96145

Text Example


Text Example

White with #C96145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96145; }

 p { color: rgb(201,97,69); }

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

background-color css

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

 a { background-color: rgb(201,97,69); }

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

border-color css

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

 span { border-color: rgb(201,97,69); }

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