Html Css Color HEX #C66245 Dark Coral

📋 copy color: '#C66245'

red 198 ◦ green 98 ◦ blue 69

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

Shades of Dark Coral #C66245

Tints of Dark Coral #C66245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 54.25%
G = 26.85%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C66245 (or 0xC66245) is known color: Dark Coral. HEX triplet: C6, 62 and 45. RGB value is (198,98,69). Sum of RGB (Red+Green+Blue) = 198+98+69=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66245 is #399DBA. Grayscale: #7C7C7C. Windows color (decimal): -3775931 or 4547270. OLE color: 4547270.

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

Color convert

RGB 198 98 69 -
CMYK 0 0.51 0.65 0.22
HSL 13.49º 0.53% 0.52% -
HSV(B) 13.49º 0.65% 0.78% -
XYZ 28.73 21.17 8.2 -
YUV 124.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 198 98 69 0 0.51 0.65 0.22 13.49 0.53 0.52
Hex C6 62 45 0 33 41 16 D 35 34
Octal 306 142 105 0 63 101 26 15 65 64
Binary 11000110 1100010 1000101 0 110011 1000001 10110 1101 110101 110100

Color Harmonies of #C66245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66245

Black with #C66245

Text Example


Text Example

White with #C66245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66245; }

 p { color: rgb(198,98,69); }

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

background-color css

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

 a { background-color: rgb(198,98,69); }

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

border-color css

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

 span { border-color: rgb(198,98,69); }

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