Html Css Color HEX #C96044 Dark Coral

📋 copy color: '#C96044'

red 201 ◦ green 96 ◦ blue 68

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

Shades of Dark Coral #C96044

Tints of Dark Coral #C96044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 55.07%
G = 26.3%
B = 18.63%

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

#C96044 (or 0xC96044) is known color: Dark Coral. HEX triplet: C9, 60 and 44. RGB value is (201,96,68). Sum of RGB (Red+Green+Blue) = 201+96+68=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C96044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96044 is #369FBB. Grayscale: #7C7C7C. Windows color (decimal): -3579836 or 4481225. OLE color: 4481225.

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

Color convert

RGB 201 96 68 -
CMYK 0 0.52 0.66 0.21
HSL 12.63º 0.55% 0.53% -
HSV(B) 12.63º 0.66% 0.79% -
XYZ 29.31 21.2 8.02 -
YUV 124.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 201 96 68 0 0.52 0.66 0.21 12.63 0.55 0.53
Hex C9 60 44 0 34 42 15 D 37 35
Octal 311 140 104 0 64 102 25 15 67 65
Binary 11001001 1100000 1000100 0 110100 1000010 10101 1101 110111 110101

Color Harmonies of #C96044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96044

Black with #C96044

Text Example


Text Example

White with #C96044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96044; }

 p { color: rgb(201,96,68); }

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

background-color css

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

 a { background-color: rgb(201,96,68); }

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

border-color css

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

 span { border-color: rgb(201,96,68); }

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