Html Css Color HEX #C33E5A Old Rose

📋 copy color: '#C33E5A'

red 195 ◦ green 62 ◦ blue 90

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

Shades of Old Rose #C33E5A

Tints of Old Rose #C33E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.87%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 56.2%
G = 17.87%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C33E5A (or 0xC33E5A) is known color: Old Rose. HEX triplet: C3, 3E and 5A. RGB value is (195,62,90). Sum of RGB (Red+Green+Blue) = 195+62+90=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E5A is #3CC1A5. Grayscale: #686868. Windows color (decimal): -3981734 or 5914307. OLE color: 5914307.

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

Color convert

RGB 195 62 90 -
CMYK 0 0.68 0.54 0.24
HSL 347.37º 0.53% 0.5% -
HSV(B) 347.37º 0.68% 0.76% -
XYZ 26.07 15.79 11.35 -
YUV 104.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 195 62 90 0 0.68 0.54 0.24 347.37 0.53 0.5
Hex C3 3E 5A 0 44 36 18 15B 35 32
Octal 303 76 132 0 104 66 30 533 65 62
Binary 11000011 111110 1011010 0 1000100 110110 11000 101011011 110101 110010

Color Harmonies of #C33E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E5A

Black with #C33E5A

Text Example


Text Example

White with #C33E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E5A; }

 p { color: rgb(195,62,90); }

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

background-color css

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

 a { background-color: rgb(195,62,90); }

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

border-color css

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

 span { border-color: rgb(195,62,90); }

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