Html Css Color HEX #C33162 Old Rose

📋 copy color: '#C33162'

red 195 ◦ green 49 ◦ blue 98

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

Shades of Old Rose #C33162

Tints of Old Rose #C33162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 57.02%
G = 14.33%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C33162 (or 0xC33162) is known color: Old Rose. HEX triplet: C3, 31 and 62. RGB value is (195,49,98). Sum of RGB (Red+Green+Blue) = 195+49+98=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C33162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33162 is #3CCE9D. Grayscale: #626262. Windows color (decimal): -3985054 or 6435267. OLE color: 6435267.

HSL color Cylindrical-coordinate representation of color #C33162: hue angle of 339.86º 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 #C33162 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 98 -
CMYK 0 0.75 0.50 0.24
HSL 339.86º 0.6% 0.48% -
HSV(B) 339.86º 0.75% 0.76% -
XYZ 25.81 14.68 13.03 -
YUV 98.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 195 49 98 0 0.75 0.50 0.24 339.86 0.6 0.48
Hex C3 31 62 0 4B 32 18 154 3C 30
Octal 303 61 142 0 113 62 30 524 74 60
Binary 11000011 110001 1100010 0 1001011 110010 11000 101010100 111100 110000

Color Harmonies of #C33162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33162

Black with #C33162

Text Example


Text Example

White with #C33162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33162; }

 p { color: rgb(195,49,98); }

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

background-color css

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

 a { background-color: rgb(195,49,98); }

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

border-color css

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

 span { border-color: rgb(195,49,98); }

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