Html Css Color HEX #C0484B Mandy

📋 copy color: '#C0484B'

red 192 ◦ green 72 ◦ blue 75

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

Shades of Mandy #C0484B

Tints of Mandy #C0484B

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

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

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

R = 56.64%
G = 21.24%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0484B (or 0xC0484B) is known color: Mandy. HEX triplet: C0, 48 and 4B. RGB value is (192,72,75). Sum of RGB (Red+Green+Blue) = 192+72+75=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0484B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0484B is #3FB7B4. Grayscale: #6C6C6C. Windows color (decimal): -4175797 or 4933824. OLE color: 4933824.

HSL color Cylindrical-coordinate representation of color #C0484B: hue angle of 358.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0484B is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 75 -
CMYK 0 0.63 0.61 0.25
HSL 358.5º 0.49% 0.52% -
HSV(B) 358.5º 0.63% 0.75% -
XYZ 25.33 16.35 8.48 -
YUV 108.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 192 72 75 0 0.63 0.61 0.25 358.5 0.49 0.52
Hex C0 48 4B 0 3F 3D 19 166 31 34
Octal 300 110 113 0 77 75 31 546 61 64
Binary 11000000 1001000 1001011 0 111111 111101 11001 101100110 110001 110100

Color Harmonies of #C0484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0484B

Black with #C0484B

Text Example


Text Example

White with #C0484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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