Html Css Color HEX #C6553F Dark Coral

📋 copy color: '#C6553F'

red 198 ◦ green 85 ◦ blue 63

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

Shades of Dark Coral #C6553F

Tints of Dark Coral #C6553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

 BLUE value IS 63 (25% from 255) = 18.21%

R = 57.23%
G = 24.57%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6553F (or 0xC6553F) is known color: Dark Coral. HEX triplet: C6, 55 and 3F. RGB value is (198,85,63). Sum of RGB (Red+Green+Blue) = 198+85+63=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6553F is #39AAC0. Grayscale: #747474. Windows color (decimal): -3779265 or 4150726. OLE color: 4150726.

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

Color convert

RGB 198 85 63 -
CMYK 0 0.57 0.68 0.22
HSL 9.78º 0.54% 0.51% -
HSV(B) 9.78º 0.68% 0.78% -
XYZ 27.43 18.86 6.9 -
YUV 116.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 198 85 63 0 0.57 0.68 0.22 9.78 0.54 0.51
Hex C6 55 3F 0 39 44 16 A 36 33
Octal 306 125 77 0 71 104 26 12 66 63
Binary 11000110 1010101 111111 0 111001 1000100 10110 1010 110110 110011

Color Harmonies of #C6553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6553F

Black with #C6553F

Text Example


Text Example

White with #C6553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6553F; }

 p { color: rgb(198,85,63); }

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

background-color css

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

 a { background-color: rgb(198,85,63); }

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

border-color css

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

 span { border-color: rgb(198,85,63); }

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