Html Css Color HEX #C65442 Dark Coral

📋 copy color: '#C65442'

red 198 ◦ green 84 ◦ blue 66

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

Shades of Dark Coral #C65442

Tints of Dark Coral #C65442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 56.9%
G = 24.14%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C65442 (or 0xC65442) is known color: Dark Coral. HEX triplet: C6, 54 and 42. RGB value is (198,84,66). Sum of RGB (Red+Green+Blue) = 198+84+66=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C65442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65442 is #39ABBD. Grayscale: #747474. Windows color (decimal): -3779518 or 4347078. OLE color: 4347078.

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

Color convert

RGB 198 84 66 -
CMYK 0 0.58 0.67 0.22
HSL 8.18º 0.54% 0.52% -
HSV(B) 8.18º 0.67% 0.78% -
XYZ 27.44 18.74 7.33 -
YUV 116.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 198 84 66 0 0.58 0.67 0.22 8.18 0.54 0.52
Hex C6 54 42 0 3A 43 16 8 36 34
Octal 306 124 102 0 72 103 26 10 66 64
Binary 11000110 1010100 1000010 0 111010 1000011 10110 1000 110110 110100

Color Harmonies of #C65442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65442

Black with #C65442

Text Example


Text Example

White with #C65442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65442; }

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

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

background-color css

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

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

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

border-color css

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

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

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