Html Css Color HEX #C96148 Dark Coral

📋 copy color: '#C96148'

red 201 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #C96148

Tints of Dark Coral #C96148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

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

R = 54.32%
G = 26.22%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C96148 (or 0xC96148) is known color: Dark Coral. HEX triplet: C9, 61 and 48. RGB value is (201,97,72). Sum of RGB (Red+Green+Blue) = 201+97+72=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96148 is #369EB7. Grayscale: #7D7D7D. Windows color (decimal): -3579576 or 4743625. OLE color: 4743625.

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

Color convert

RGB 201 97 72 -
CMYK 0 0.52 0.64 0.21
HSL 11.63º 0.54% 0.54% -
HSV(B) 11.63º 0.64% 0.79% -
XYZ 29.53 21.43 8.71 -
YUV 125.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 201 97 72 0 0.52 0.64 0.21 11.63 0.54 0.54
Hex C9 61 48 0 34 40 15 C 36 36
Octal 311 141 110 0 64 100 25 14 66 66
Binary 11001001 1100001 1001000 0 110100 1000000 10101 1100 110110 110110

Color Harmonies of #C96148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96148

Black with #C96148

Text Example


Text Example

White with #C96148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96148; }

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

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

background-color css

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

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

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

border-color css

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

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

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