Html Css Color HEX #C33464 Old Rose

📋 copy color: '#C33464'

red 195 ◦ green 52 ◦ blue 100

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

Shades of Old Rose #C33464

Tints of Old Rose #C33464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 56.2%
G = 14.99%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C33464 (or 0xC33464) is known color: Old Rose. HEX triplet: C3, 34 and 64. RGB value is (195,52,100). Sum of RGB (Red+Green+Blue) = 195+52+100=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C33464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33464 is #3CCB9B. Grayscale: #646464. Windows color (decimal): -3984284 or 6567107. OLE color: 6567107.

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

Color convert

RGB 195 52 100 -
CMYK 0 0.73 0.49 0.24
HSL 339.86º 0.58% 0.48% -
HSV(B) 339.86º 0.73% 0.76% -
XYZ 26.03 14.98 13.58 -
YUV 100.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 195 52 100 0 0.73 0.49 0.24 339.86 0.58 0.48
Hex C3 34 64 0 49 31 18 154 3A 30
Octal 303 64 144 0 111 61 30 524 72 60
Binary 11000011 110100 1100100 0 1001001 110001 11000 101010100 111010 110000

Color Harmonies of #C33464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33464

Black with #C33464

Text Example


Text Example

White with #C33464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33464; }

 p { color: rgb(195,52,100); }

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

background-color css

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

 a { background-color: rgb(195,52,100); }

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

border-color css

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

 span { border-color: rgb(195,52,100); }

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