Html Css Color HEX #C33F5A Old Rose

📋 copy color: '#C33F5A'

red 195 ◦ green 63 ◦ blue 90

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

Shades of Old Rose #C33F5A

Tints of Old Rose #C33F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 56.03%
G = 18.1%
B = 25.86%

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

#C33F5A (or 0xC33F5A) is known color: Old Rose. HEX triplet: C3, 3F and 5A. RGB value is (195,63,90). Sum of RGB (Red+Green+Blue) = 195+63+90=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F5A is #3CC0A5. Grayscale: #696969. Windows color (decimal): -3981478 or 5914563. OLE color: 5914563.

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

Color convert

RGB 195 63 90 -
CMYK 0 0.68 0.54 0.24
HSL 347.73º 0.52% 0.51% -
HSV(B) 347.73º 0.68% 0.76% -
XYZ 26.13 15.9 11.36 -
YUV 105.55 119.23 191.8 -
System Red Green Blue C M Y K H S L
Decimal 195 63 90 0 0.68 0.54 0.24 347.73 0.52 0.51
Hex C3 3F 5A 0 44 36 18 15C 34 33
Octal 303 77 132 0 104 66 30 534 64 63
Binary 11000011 111111 1011010 0 1000100 110110 11000 101011100 110100 110011

Color Harmonies of #C33F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33F5A

Black with #C33F5A

Text Example


Text Example

White with #C33F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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