Html Css Color HEX #C96248 Dark Coral

📋 copy color: '#C96248'

red 201 ◦ green 98 ◦ blue 72

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

Shades of Dark Coral #C96248

Tints of Dark Coral #C96248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 54.18%
G = 26.42%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96248 (or 0xC96248) is known color: Dark Coral. HEX triplet: C9, 62 and 48. RGB value is (201,98,72). Sum of RGB (Red+Green+Blue) = 201+98+72=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C96248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96248 is #369DB7. Grayscale: #7E7E7E. Windows color (decimal): -3579320 or 4743881. OLE color: 4743881.

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

Color convert

RGB 201 98 72 -
CMYK 0 0.51 0.64 0.21
HSL 12.09º 0.54% 0.54% -
HSV(B) 12.09º 0.64% 0.79% -
XYZ 29.62 21.62 8.74 -
YUV 125.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 201 98 72 0 0.51 0.64 0.21 12.09 0.54 0.54
Hex C9 62 48 0 33 40 15 C 36 36
Octal 311 142 110 0 63 100 25 14 66 66
Binary 11001001 1100010 1001000 0 110011 1000000 10101 1100 110110 110110

Color Harmonies of #C96248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96248

Black with #C96248

Text Example


Text Example

White with #C96248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96248; }

 p { color: rgb(201,98,72); }

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

background-color css

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

 a { background-color: rgb(201,98,72); }

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

border-color css

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

 span { border-color: rgb(201,98,72); }

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