Html Css Color HEX #C3464B Mandy

📋 copy color: '#C3464B'

red 195 ◦ green 70 ◦ blue 75

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

Shades of Mandy #C3464B

Tints of Mandy #C3464B

RGB

 RED value IS 195 (76.56% from 255) = 57.35%

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

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

R = 57.35%
G = 20.59%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3464B (or 0xC3464B) is known color: Mandy. HEX triplet: C3, 46 and 4B. RGB value is (195,70,75). Sum of RGB (Red+Green+Blue) = 195+70+75=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3464B is #3CB9B4. Grayscale: #6C6C6C. Windows color (decimal): -3979701 or 4933315. OLE color: 4933315.

HSL color Cylindrical-coordinate representation of color #C3464B: hue angle of 357.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3464B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 70 75 -
CMYK 0 0.64 0.62 0.24
HSL 357.6º 0.51% 0.52% -
HSV(B) 357.6º 0.64% 0.76% -
XYZ 25.97 16.49 8.47 -
YUV 107.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 195 70 75 0 0.64 0.62 0.24 357.6 0.51 0.52
Hex C3 46 4B 0 40 3E 18 166 33 34
Octal 303 106 113 0 100 76 30 546 63 64
Binary 11000011 1000110 1001011 0 1000000 111110 11000 101100110 110011 110100

Color Harmonies of #C3464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3464B

Black with #C3464B

Text Example


Text Example

White with #C3464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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