Html Css Color HEX #C3325F Old Rose

📋 copy color: '#C3325F'

red 195 ◦ green 50 ◦ blue 95

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

Shades of Old Rose #C3325F

Tints of Old Rose #C3325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 57.35%
G = 14.71%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3325F (or 0xC3325F) is known color: Old Rose. HEX triplet: C3, 32 and 5F. RGB value is (195,50,95). Sum of RGB (Red+Green+Blue) = 195+50+95=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3325F is #3CCDA0. Grayscale: #626262. Windows color (decimal): -3984801 or 6238915. OLE color: 6238915.

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

Color convert

RGB 195 50 95 -
CMYK 0 0.74 0.51 0.24
HSL 341.38º 0.59% 0.48% -
HSV(B) 341.38º 0.74% 0.76% -
XYZ 25.71 14.71 12.31 -
YUV 98.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 195 50 95 0 0.74 0.51 0.24 341.38 0.59 0.48
Hex C3 32 5F 0 4A 33 18 155 3B 30
Octal 303 62 137 0 112 63 30 525 73 60
Binary 11000011 110010 1011111 0 1001010 110011 11000 101010101 111011 110000

Color Harmonies of #C3325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3325F

Black with #C3325F

Text Example


Text Example

White with #C3325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3325F; }

 p { color: rgb(195,50,95); }

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

background-color css

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

 a { background-color: rgb(195,50,95); }

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

border-color css

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

 span { border-color: rgb(195,50,95); }

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