Html Css Color HEX #C96343 Dark Coral

📋 copy color: '#C96343'

red 201 ◦ green 99 ◦ blue 67

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

Shades of Dark Coral #C96343

Tints of Dark Coral #C96343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 54.77%
G = 26.98%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96343 (or 0xC96343) is known color: Dark Coral. HEX triplet: C9, 63 and 43. RGB value is (201,99,67). Sum of RGB (Red+Green+Blue) = 201+99+67=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C96343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96343 is #369CBC. Grayscale: #7E7E7E. Windows color (decimal): -3579069 or 4416457. OLE color: 4416457.

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

Color convert

RGB 201 99 67 -
CMYK 0 0.51 0.67 0.21
HSL 14.33º 0.55% 0.53% -
HSV(B) 14.33º 0.67% 0.79% -
XYZ 29.56 21.75 7.95 -
YUV 125.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 201 99 67 0 0.51 0.67 0.21 14.33 0.55 0.53
Hex C9 63 43 0 33 43 15 E 37 35
Octal 311 143 103 0 63 103 25 16 67 65
Binary 11001001 1100011 1000011 0 110011 1000011 10101 1110 110111 110101

Color Harmonies of #C96343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96343

Black with #C96343

Text Example


Text Example

White with #C96343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96343; }

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

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

background-color css

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

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

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

border-color css

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

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

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