Html Css Color HEX #C33154 Old Rose

📋 copy color: '#C33154'

red 195 ◦ green 49 ◦ blue 84

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

Shades of Old Rose #C33154

Tints of Old Rose #C33154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 59.45%
G = 14.94%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C33154 (or 0xC33154) is known color: Old Rose. HEX triplet: C3, 31 and 54. RGB value is (195,49,84). Sum of RGB (Red+Green+Blue) = 195+49+84=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C33154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33154 is #3CCEAB. Grayscale: #606060. Windows color (decimal): -3985068 or 5517763. OLE color: 5517763.

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

Color convert

RGB 195 49 84 -
CMYK 0 0.75 0.57 0.24
HSL 345.62º 0.6% 0.48% -
HSV(B) 345.62º 0.75% 0.76% -
XYZ 25.2 14.44 9.85 -
YUV 96.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 195 49 84 0 0.75 0.57 0.24 345.62 0.6 0.48
Hex C3 31 54 0 4B 39 18 15A 3C 30
Octal 303 61 124 0 113 71 30 532 74 60
Binary 11000011 110001 1010100 0 1001011 111001 11000 101011010 111100 110000

Color Harmonies of #C33154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33154

Black with #C33154

Text Example


Text Example

White with #C33154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33154; }

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

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

background-color css

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

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

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

border-color css

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

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

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