Html Css Color HEX #C65542 Dark Coral

📋 copy color: '#C65542'

red 198 ◦ green 85 ◦ blue 66

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

Shades of Dark Coral #C65542

Tints of Dark Coral #C65542

RGB

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

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

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

R = 56.73%
G = 24.36%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C65542 (or 0xC65542) is known color: Dark Coral. HEX triplet: C6, 55 and 42. RGB value is (198,85,66). Sum of RGB (Red+Green+Blue) = 198+85+66=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C65542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65542 is #39AABD. Grayscale: #747474. Windows color (decimal): -3779262 or 4347334. OLE color: 4347334.

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

Color convert

RGB 198 85 66 -
CMYK 0 0.57 0.67 0.22
HSL 8.64º 0.54% 0.52% -
HSV(B) 8.64º 0.67% 0.78% -
XYZ 27.52 18.9 7.35 -
YUV 116.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 198 85 66 0 0.57 0.67 0.22 8.64 0.54 0.52
Hex C6 55 42 0 39 43 16 9 36 34
Octal 306 125 102 0 71 103 26 11 66 64
Binary 11000110 1010101 1000010 0 111001 1000011 10110 1001 110110 110100

Color Harmonies of #C65542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65542

Black with #C65542

Text Example


Text Example

White with #C65542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65542; }

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

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

background-color css

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

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

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

border-color css

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

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

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