Html Css Color HEX #C95A42 Dark Coral

📋 copy color: '#C95A42'

red 201 ◦ green 90 ◦ blue 66

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

Shades of Dark Coral #C95A42

Tints of Dark Coral #C95A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 56.3%
G = 25.21%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95A42 (or 0xC95A42) is known color: Dark Coral. HEX triplet: C9, 5A and 42. RGB value is (201,90,66). Sum of RGB (Red+Green+Blue) = 201+90+66=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A42 is #36A5BD. Grayscale: #787878. Windows color (decimal): -3581374 or 4348617. OLE color: 4348617.

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

Color convert

RGB 201 90 66 -
CMYK 0 0.55 0.67 0.21
HSL 10.67º 0.56% 0.52% -
HSV(B) 10.67º 0.67% 0.79% -
XYZ 28.73 20.12 7.52 -
YUV 120.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 201 90 66 0 0.55 0.67 0.21 10.67 0.56 0.52
Hex C9 5A 42 0 37 43 15 B 38 34
Octal 311 132 102 0 67 103 25 13 70 64
Binary 11001001 1011010 1000010 0 110111 1000011 10101 1011 111000 110100

Color Harmonies of #C95A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95A42

Black with #C95A42

Text Example


Text Example

White with #C95A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95A42; }

 p { color: rgb(201,90,66); }

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

background-color css

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

 a { background-color: rgb(201,90,66); }

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

border-color css

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

 span { border-color: rgb(201,90,66); }

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