Html Css Color HEX #C66144 Dark Coral

📋 copy color: '#C66144'

red 198 ◦ green 97 ◦ blue 68

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

Shades of Dark Coral #C66144

Tints of Dark Coral #C66144

RGB

 RED value IS 198 (77.73% from 255) = 54.55%

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

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 54.55%
G = 26.72%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C66144 (or 0xC66144) is known color: Dark Coral. HEX triplet: C6, 61 and 44. RGB value is (198,97,68). Sum of RGB (Red+Green+Blue) = 198+97+68=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C66144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66144 is #399EBB. Grayscale: #7C7C7C. Windows color (decimal): -3776188 or 4481478. OLE color: 4481478.

HSL color Cylindrical-coordinate representation of color #C66144: hue angle of 13.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C66144 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 68 -
CMYK 0 0.51 0.66 0.22
HSL 13.38º 0.53% 0.52% -
HSV(B) 13.38º 0.66% 0.78% -
XYZ 28.61 20.97 8.01 -
YUV 123.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 198 97 68 0 0.51 0.66 0.22 13.38 0.53 0.52
Hex C6 61 44 0 33 42 16 D 35 34
Octal 306 141 104 0 63 102 26 15 65 64
Binary 11000110 1100001 1000100 0 110011 1000010 10110 1101 110101 110100

Color Harmonies of #C66144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66144

Black with #C66144

Text Example


Text Example

White with #C66144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66144; }

 p { color: rgb(198,97,68); }

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

background-color css

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

 a { background-color: rgb(198,97,68); }

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

border-color css

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

 span { border-color: rgb(198,97,68); }

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