Html Css Color HEX #C96043 Dark Coral

📋 copy color: '#C96043'

red 201 ◦ green 96 ◦ blue 67

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

Shades of Dark Coral #C96043

Tints of Dark Coral #C96043

RGB

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

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

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

R = 55.22%
G = 26.37%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96043 (or 0xC96043) is known color: Dark Coral. HEX triplet: C9, 60 and 43. RGB value is (201,96,67). Sum of RGB (Red+Green+Blue) = 201+96+67=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C96043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96043 is #369FBC. Grayscale: #7C7C7C. Windows color (decimal): -3579837 or 4415689. OLE color: 4415689.

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

Color convert

RGB 201 96 67 -
CMYK 0 0.52 0.67 0.21
HSL 12.99º 0.55% 0.53% -
HSV(B) 12.99º 0.67% 0.79% -
XYZ 29.28 21.19 7.86 -
YUV 124.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 201 96 67 0 0.52 0.67 0.21 12.99 0.55 0.53
Hex C9 60 43 0 34 43 15 D 37 35
Octal 311 140 103 0 64 103 25 15 67 65
Binary 11001001 1100000 1000011 0 110100 1000011 10101 1101 110111 110101

Color Harmonies of #C96043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96043

Black with #C96043

Text Example


Text Example

White with #C96043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96043; }

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

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

background-color css

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

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

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

border-color css

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

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

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