Html Css Color HEX #C95F43 Dark Coral

📋 copy color: '#C95F43'

red 201 ◦ green 95 ◦ blue 67

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

Shades of Dark Coral #C95F43

Tints of Dark Coral #C95F43

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 55.37%
G = 26.17%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95F43 (or 0xC95F43) is known color: Dark Coral. HEX triplet: C9, 5F and 43. RGB value is (201,95,67). Sum of RGB (Red+Green+Blue) = 201+95+67=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F43 is #36A0BC. Grayscale: #7B7B7B. Windows color (decimal): -3580093 or 4415433. OLE color: 4415433.

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

Color convert

RGB 201 95 67 -
CMYK 0 0.53 0.67 0.21
HSL 12.54º 0.55% 0.53% -
HSV(B) 12.54º 0.67% 0.79% -
XYZ 29.19 21.01 7.83 -
YUV 123.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 201 95 67 0 0.53 0.67 0.21 12.54 0.55 0.53
Hex C9 5F 43 0 35 43 15 D 37 35
Octal 311 137 103 0 65 103 25 15 67 65
Binary 11001001 1011111 1000011 0 110101 1000011 10101 1101 110111 110101

Color Harmonies of #C95F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F43

Black with #C95F43

Text Example


Text Example

White with #C95F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F43; }

 p { color: rgb(201,95,67); }

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

background-color css

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

 a { background-color: rgb(201,95,67); }

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

border-color css

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

 span { border-color: rgb(201,95,67); }

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