Html Css Color HEX #C65254 Mandy

📋 copy color: '#C65254'

red 198 ◦ green 82 ◦ blue 84

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

Shades of Mandy #C65254

Tints of Mandy #C65254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 54.4%
G = 22.53%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C65254 (or 0xC65254) is known color: Mandy. HEX triplet: C6, 52 and 54. RGB value is (198,82,84). Sum of RGB (Red+Green+Blue) = 198+82+84=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C65254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65254 is #39ADAB. Grayscale: #757575. Windows color (decimal): -3780012 or 5526214. OLE color: 5526214.

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

Color convert

RGB 198 82 84 -
CMYK 0 0.59 0.58 0.22
HSL 358.97º 0.5% 0.55% -
HSV(B) 358.97º 0.59% 0.78% -
XYZ 27.91 18.68 10.52 -
YUV 116.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 198 82 84 0 0.59 0.58 0.22 358.97 0.5 0.55
Hex C6 52 54 0 3B 3A 16 167 32 37
Octal 306 122 124 0 73 72 26 547 62 67
Binary 11000110 1010010 1010100 0 111011 111010 10110 101100111 110010 110111

Color Harmonies of #C65254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65254

Black with #C65254

Text Example


Text Example

White with #C65254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65254; }

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

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

background-color css

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

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

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

border-color css

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

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

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