Html Css Color HEX #C33052 Old Rose

📋 copy color: '#C33052'

red 195 ◦ green 48 ◦ blue 82

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

Shades of Old Rose #C33052

Tints of Old Rose #C33052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 60%
G = 14.77%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C33052 (or 0xC33052) is known color: Old Rose. HEX triplet: C3, 30 and 52. RGB value is (195,48,82). Sum of RGB (Red+Green+Blue) = 195+48+82=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C33052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33052 is #3CCFAD. Grayscale: #5F5F5F. Windows color (decimal): -3985326 or 5386435. OLE color: 5386435.

HSL color Cylindrical-coordinate representation of color #C33052: hue angle of 346.12º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33052 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 82 -
CMYK 0 0.75 0.58 0.24
HSL 346.12º 0.6% 0.48% -
HSV(B) 346.12º 0.75% 0.76% -
XYZ 25.09 14.33 9.43 -
YUV 95.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 195 48 82 0 0.75 0.58 0.24 346.12 0.6 0.48
Hex C3 30 52 0 4B 3A 18 15A 3C 30
Octal 303 60 122 0 113 72 30 532 74 60
Binary 11000011 110000 1010010 0 1001011 111010 11000 101011010 111100 110000

Color Harmonies of #C33052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33052

Black with #C33052

Text Example


Text Example

White with #C33052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33052; }

 p { color: rgb(195,48,82); }

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

background-color css

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

 a { background-color: rgb(195,48,82); }

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

border-color css

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

 span { border-color: rgb(195,48,82); }

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