Html Css Color HEX #C6484B Mandy

📋 copy color: '#C6484B'

red 198 ◦ green 72 ◦ blue 75

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

Shades of Mandy #C6484B

Tints of Mandy #C6484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 57.39%
G = 20.87%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6484B (or 0xC6484B) is known color: Mandy. HEX triplet: C6, 48 and 4B. RGB value is (198,72,75). Sum of RGB (Red+Green+Blue) = 198+72+75=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6484B is #39B7B4. Grayscale: #6E6E6E. Windows color (decimal): -3782581 or 4933830. OLE color: 4933830.

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

Color convert

RGB 198 72 75 -
CMYK 0 0.64 0.62 0.22
HSL 358.57º 0.53% 0.53% -
HSV(B) 358.57º 0.64% 0.78% -
XYZ 26.88 17.15 8.55 -
YUV 110.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 198 72 75 0 0.64 0.62 0.22 358.57 0.53 0.53
Hex C6 48 4B 0 40 3E 16 167 34 35
Octal 306 110 113 0 100 76 26 547 64 65
Binary 11000110 1001000 1001011 0 1000000 111110 10110 101100111 110100 110101

Color Harmonies of #C6484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6484B

Black with #C6484B

Text Example


Text Example

White with #C6484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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