Html Css Color HEX #C65942 Dark Coral

📋 copy color: '#C65942'

red 198 ◦ green 89 ◦ blue 66

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

Shades of Dark Coral #C65942

Tints of Dark Coral #C65942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 56.09%
G = 25.21%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C65942 (or 0xC65942) is known color: Dark Coral. HEX triplet: C6, 59 and 42. RGB value is (198,89,66). Sum of RGB (Red+Green+Blue) = 198+89+66=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C65942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65942 is #39A6BD. Grayscale: #777777. Windows color (decimal): -3778238 or 4348358. OLE color: 4348358.

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

Color convert

RGB 198 89 66 -
CMYK 0 0.55 0.67 0.22
HSL 10.45º 0.54% 0.52% -
HSV(B) 10.45º 0.67% 0.78% -
XYZ 27.84 19.54 7.46 -
YUV 118.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 198 89 66 0 0.55 0.67 0.22 10.45 0.54 0.52
Hex C6 59 42 0 37 43 16 A 36 34
Octal 306 131 102 0 67 103 26 12 66 64
Binary 11000110 1011001 1000010 0 110111 1000011 10110 1010 110110 110100

Color Harmonies of #C65942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65942

Black with #C65942

Text Example


Text Example

White with #C65942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65942; }

 p { color: rgb(198,89,66); }

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

background-color css

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

 a { background-color: rgb(198,89,66); }

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

border-color css

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

 span { border-color: rgb(198,89,66); }

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