Html Css Color HEX #C65948 Dark Coral

📋 copy color: '#C65948'

red 198 ◦ green 89 ◦ blue 72

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

Shades of Dark Coral #C65948

Tints of Dark Coral #C65948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.79%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 55.15%
G = 24.79%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C65948 (or 0xC65948) is known color: Dark Coral. HEX triplet: C6, 59 and 48. RGB value is (198,89,72). Sum of RGB (Red+Green+Blue) = 198+89+72=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C65948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65948 is #39A6B7. Grayscale: #777777. Windows color (decimal): -3778232 or 4741574. OLE color: 4741574.

HSL color Cylindrical-coordinate representation of color #C65948: hue angle of 8.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C65948 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 72 -
CMYK 0 0.55 0.64 0.22
HSL 8.1º 0.53% 0.53% -
HSV(B) 8.1º 0.64% 0.78% -
XYZ 28.03 19.62 8.44 -
YUV 119.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 198 89 72 0 0.55 0.64 0.22 8.1 0.53 0.53
Hex C6 59 48 0 37 40 16 8 34 35
Octal 306 131 110 0 67 100 26 10 64 65
Binary 11000110 1011001 1001000 0 110111 1000000 10110 1000 110100 110101

Color Harmonies of #C65948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65948

Black with #C65948

Text Example


Text Example

White with #C65948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65948; }

 p { color: rgb(198,89,72); }

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

background-color css

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

 a { background-color: rgb(198,89,72); }

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

border-color css

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

 span { border-color: rgb(198,89,72); }

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