Html Css Color HEX #C95E44 Dark Coral

📋 copy color: '#C95E44'

red 201 ◦ green 94 ◦ blue 68

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

Shades of Dark Coral #C95E44

Tints of Dark Coral #C95E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

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

R = 55.37%
G = 25.9%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C95E44 (or 0xC95E44) is known color: Dark Coral. HEX triplet: C9, 5E and 44. RGB value is (201,94,68). Sum of RGB (Red+Green+Blue) = 201+94+68=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E44 is #36A1BB. Grayscale: #7B7B7B. Windows color (decimal): -3580348 or 4480713. OLE color: 4480713.

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

Color convert

RGB 201 94 68 -
CMYK 0 0.53 0.66 0.21
HSL 11.73º 0.55% 0.53% -
HSV(B) 11.73º 0.66% 0.79% -
XYZ 29.13 20.84 7.96 -
YUV 123.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 201 94 68 0 0.53 0.66 0.21 11.73 0.55 0.53
Hex C9 5E 44 0 35 42 15 C 37 35
Octal 311 136 104 0 65 102 25 14 67 65
Binary 11001001 1011110 1000100 0 110101 1000010 10101 1100 110111 110101

Color Harmonies of #C95E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E44

Black with #C95E44

Text Example


Text Example

White with #C95E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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