Html Css Color HEX #C3255E Old Rose

📋 copy color: '#C3255E'

red 195 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #C3255E

Tints of Old Rose #C3255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 59.82%
G = 11.35%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3255E (or 0xC3255E) is known color: Old Rose. HEX triplet: C3, 25 and 5E. RGB value is (195,37,94). Sum of RGB (Red+Green+Blue) = 195+37+94=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3255E is #3CDAA1. Grayscale: #5A5A5A. Windows color (decimal): -3988130 or 6170051. OLE color: 6170051.

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

Color convert

RGB 195 37 94 -
CMYK 0 0.81 0.52 0.24
HSL 338.35º 0.68% 0.45% -
HSV(B) 338.35º 0.81% 0.76% -
XYZ 25.19 13.73 11.91 -
YUV 90.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 195 37 94 0 0.81 0.52 0.24 338.35 0.68 0.45
Hex C3 25 5E 0 51 34 18 152 44 2D
Octal 303 45 136 0 121 64 30 522 104 55
Binary 11000011 100101 1011110 0 1010001 110100 11000 101010010 1000100 101101

Color Harmonies of #C3255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3255E

Black with #C3255E

Text Example


Text Example

White with #C3255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3255E; }

 p { color: rgb(195,37,94); }

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

background-color css

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

 a { background-color: rgb(195,37,94); }

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

border-color css

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

 span { border-color: rgb(195,37,94); }

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