Html Css Color HEX #C65642 Dark Coral

📋 copy color: '#C65642'

red 198 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #C65642

Tints of Dark Coral #C65642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

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

R = 56.57%
G = 24.57%
B = 18.86%

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

#C65642 (or 0xC65642) is known color: Dark Coral. HEX triplet: C6, 56 and 42. RGB value is (198,86,66). Sum of RGB (Red+Green+Blue) = 198+86+66=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C65642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65642 is #39A9BD. Grayscale: #757575. Windows color (decimal): -3779006 or 4347590. OLE color: 4347590.

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

Color convert

RGB 198 86 66 -
CMYK 0 0.57 0.67 0.22
HSL 9.09º 0.54% 0.52% -
HSV(B) 9.09º 0.67% 0.78% -
XYZ 27.6 19.05 7.38 -
YUV 117.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 198 86 66 0 0.57 0.67 0.22 9.09 0.54 0.52
Hex C6 56 42 0 39 43 16 9 36 34
Octal 306 126 102 0 71 103 26 11 66 64
Binary 11000110 1010110 1000010 0 111001 1000011 10110 1001 110110 110100

Color Harmonies of #C65642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65642

Black with #C65642

Text Example


Text Example

White with #C65642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65642; }

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

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

background-color css

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

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

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

border-color css

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

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

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