Html Css Color HEX #C65541 Dark Coral

📋 copy color: '#C65541'

red 198 ◦ green 85 ◦ blue 65

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

Shades of Dark Coral #C65541

Tints of Dark Coral #C65541

RGB

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

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

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

R = 56.9%
G = 24.43%
B = 18.68%

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

#C65541 (or 0xC65541) is known color: Dark Coral. HEX triplet: C6, 55 and 41. RGB value is (198,85,65). Sum of RGB (Red+Green+Blue) = 198+85+65=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C65541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65541 is #39AABE. Grayscale: #747474. Windows color (decimal): -3779263 or 4281798. OLE color: 4281798.

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

Color convert

RGB 198 85 65 -
CMYK 0 0.57 0.67 0.22
HSL 9.02º 0.54% 0.52% -
HSV(B) 9.02º 0.67% 0.78% -
XYZ 27.49 18.88 7.2 -
YUV 116.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 198 85 65 0 0.57 0.67 0.22 9.02 0.54 0.52
Hex C6 55 41 0 39 43 16 9 36 34
Octal 306 125 101 0 71 103 26 11 66 64
Binary 11000110 1010101 1000001 0 111001 1000011 10110 1001 110110 110100

Color Harmonies of #C65541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65541

Black with #C65541

Text Example


Text Example

White with #C65541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65541; }

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

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

background-color css

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

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

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

border-color css

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

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

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