Html Css Color HEX #C65341 Dark Coral

📋 copy color: '#C65341'

red 198 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #C65341

Tints of Dark Coral #C65341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 57.23%
G = 23.99%
B = 18.79%

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

#C65341 (or 0xC65341) is known color: Dark Coral. HEX triplet: C6, 53 and 41. RGB value is (198,83,65). Sum of RGB (Red+Green+Blue) = 198+83+65=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C65341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65341 is #39ACBE. Grayscale: #737373. Windows color (decimal): -3779775 or 4281286. OLE color: 4281286.

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

Color convert

RGB 198 83 65 -
CMYK 0 0.58 0.67 0.22
HSL 8.12º 0.54% 0.52% -
HSV(B) 8.12º 0.67% 0.78% -
XYZ 27.34 18.57 7.15 -
YUV 115.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 198 83 65 0 0.58 0.67 0.22 8.12 0.54 0.52
Hex C6 53 41 0 3A 43 16 8 36 34
Octal 306 123 101 0 72 103 26 10 66 64
Binary 11000110 1010011 1000001 0 111010 1000011 10110 1000 110110 110100

Color Harmonies of #C65341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65341

Black with #C65341

Text Example


Text Example

White with #C65341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65341; }

 p { color: rgb(198,83,65); }

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

background-color css

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

 a { background-color: rgb(198,83,65); }

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

border-color css

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

 span { border-color: rgb(198,83,65); }

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