Html Css Color HEX #C66344 Dark Coral

📋 copy color: '#C66344'

red 198 ◦ green 99 ◦ blue 68

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

Shades of Dark Coral #C66344

Tints of Dark Coral #C66344

RGB

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

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

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

R = 54.25%
G = 27.12%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C66344 (or 0xC66344) is known color: Dark Coral. HEX triplet: C6, 63 and 44. RGB value is (198,99,68). Sum of RGB (Red+Green+Blue) = 198+99+68=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66344 is #399CBB. Grayscale: #7D7D7D. Windows color (decimal): -3775676 or 4481990. OLE color: 4481990.

HSL color Cylindrical-coordinate representation of color #C66344: hue angle of 14.31º 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 #C66344 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 99 68 -
CMYK 0 0.50 0.66 0.22
HSL 14.31º 0.53% 0.52% -
HSV(B) 14.31º 0.66% 0.78% -
XYZ 28.79 21.35 8.07 -
YUV 125.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 198 99 68 0 0.50 0.66 0.22 14.31 0.53 0.52
Hex C6 63 44 0 32 42 16 E 35 34
Octal 306 143 104 0 62 102 26 16 65 64
Binary 11000110 1100011 1000100 0 110010 1000010 10110 1110 110101 110100

Color Harmonies of #C66344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66344

Black with #C66344

Text Example


Text Example

White with #C66344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66344; }

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

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

background-color css

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

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

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

border-color css

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

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

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