Html Css Color HEX #C65544 Dark Coral

📋 copy color: '#C65544'

red 198 ◦ green 85 ◦ blue 68

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

Shades of Dark Coral #C65544

Tints of Dark Coral #C65544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 56.41%
G = 24.22%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C65544 (or 0xC65544) is known color: Dark Coral. HEX triplet: C6, 55 and 44. RGB value is (198,85,68). Sum of RGB (Red+Green+Blue) = 198+85+68=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C65544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65544 is #39AABB. Grayscale: #757575. Windows color (decimal): -3779260 or 4478406. OLE color: 4478406.

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

Color convert

RGB 198 85 68 -
CMYK 0 0.57 0.66 0.22
HSL 7.85º 0.53% 0.52% -
HSV(B) 7.85º 0.66% 0.78% -
XYZ 27.58 18.92 7.67 -
YUV 116.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 198 85 68 0 0.57 0.66 0.22 7.85 0.53 0.52
Hex C6 55 44 0 39 42 16 8 35 34
Octal 306 125 104 0 71 102 26 10 65 64
Binary 11000110 1010101 1000100 0 111001 1000010 10110 1000 110101 110100

Color Harmonies of #C65544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65544

Black with #C65544

Text Example


Text Example

White with #C65544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65544; }

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

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

background-color css

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

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

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

border-color css

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

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

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