Html Css Color HEX #C33459 Old Rose

📋 copy color: '#C33459'

red 195 ◦ green 52 ◦ blue 89

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

Shades of Old Rose #C33459

Tints of Old Rose #C33459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 58.04%
G = 15.48%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C33459 (or 0xC33459) is known color: Old Rose. HEX triplet: C3, 34 and 59. RGB value is (195,52,89). Sum of RGB (Red+Green+Blue) = 195+52+89=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C33459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33459 is #3CCBA6. Grayscale: #626262. Windows color (decimal): -3984295 or 5846211. OLE color: 5846211.

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

Color convert

RGB 195 52 89 -
CMYK 0 0.73 0.54 0.24
HSL 344.48º 0.58% 0.48% -
HSV(B) 344.48º 0.73% 0.76% -
XYZ 25.54 14.78 10.96 -
YUV 98.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 195 52 89 0 0.73 0.54 0.24 344.48 0.58 0.48
Hex C3 34 59 0 49 36 18 158 3A 30
Octal 303 64 131 0 111 66 30 530 72 60
Binary 11000011 110100 1011001 0 1001001 110110 11000 101011000 111010 110000

Color Harmonies of #C33459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33459

Black with #C33459

Text Example


Text Example

White with #C33459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33459; }

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

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

background-color css

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

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

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

border-color css

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

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

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