Html Css Color HEX #C34B5B Mandy

📋 copy color: '#C34B5B'

red 195 ◦ green 75 ◦ blue 91

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

Shades of Mandy #C34B5B

Tints of Mandy #C34B5B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 54.02%
G = 20.78%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C34B5B (or 0xC34B5B) is known color: Mandy. HEX triplet: C3, 4B and 5B. RGB value is (195,75,91). Sum of RGB (Red+Green+Blue) = 195+75+91=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B5B is #3CB4A4. Grayscale: #707070. Windows color (decimal): -3978405 or 5983171. OLE color: 5983171.

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

Color convert

RGB 195 75 91 -
CMYK 0 0.62 0.53 0.24
HSL 352º 0.5% 0.53% -
HSV(B) 352º 0.62% 0.76% -
XYZ 26.91 17.39 11.84 -
YUV 112.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 195 75 91 0 0.62 0.53 0.24 352 0.5 0.53
Hex C3 4B 5B 0 3E 35 18 160 32 35
Octal 303 113 133 0 76 65 30 540 62 65
Binary 11000011 1001011 1011011 0 111110 110101 11000 101100000 110010 110101

Color Harmonies of #C34B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34B5B

Black with #C34B5B

Text Example


Text Example

White with #C34B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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