Html Css Color HEX #C0464B Mandy

📋 copy color: '#C0464B'

red 192 ◦ green 70 ◦ blue 75

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

Shades of Mandy #C0464B

Tints of Mandy #C0464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

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

R = 56.97%
G = 20.77%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0464B (or 0xC0464B) is known color: Mandy. HEX triplet: C0, 46 and 4B. RGB value is (192,70,75). Sum of RGB (Red+Green+Blue) = 192+70+75=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0464B is #3FB9B4. Grayscale: #6B6B6B. Windows color (decimal): -4176309 or 4933312. OLE color: 4933312.

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

Color convert

RGB 192 70 75 -
CMYK 0 0.64 0.61 0.25
HSL 357.54º 0.49% 0.51% -
HSV(B) 357.54º 0.64% 0.75% -
XYZ 25.2 16.09 8.44 -
YUV 107.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 192 70 75 0 0.64 0.61 0.25 357.54 0.49 0.51
Hex C0 46 4B 0 40 3D 19 166 31 33
Octal 300 106 113 0 100 75 31 546 61 63
Binary 11000000 1000110 1001011 0 1000000 111101 11001 101100110 110001 110011

Color Harmonies of #C0464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0464B

Black with #C0464B

Text Example


Text Example

White with #C0464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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