Html Css Color HEX #C3395F Old Rose

📋 copy color: '#C3395F'

red 195 ◦ green 57 ◦ blue 95

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

Shades of Old Rose #C3395F

Tints of Old Rose #C3395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.43%

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

R = 56.2%
G = 16.43%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3395F (or 0xC3395F) is known color: Old Rose. HEX triplet: C3, 39 and 5F. RGB value is (195,57,95). Sum of RGB (Red+Green+Blue) = 195+57+95=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C3395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3395F is #3CC6A0. Grayscale: #666666. Windows color (decimal): -3983009 or 6240707. OLE color: 6240707.

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

Color convert

RGB 195 57 95 -
CMYK 0 0.71 0.51 0.24
HSL 343.48º 0.55% 0.49% -
HSV(B) 343.48º 0.71% 0.76% -
XYZ 26.03 15.35 12.42 -
YUV 102.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 195 57 95 0 0.71 0.51 0.24 343.48 0.55 0.49
Hex C3 39 5F 0 47 33 18 157 37 31
Octal 303 71 137 0 107 63 30 527 67 61
Binary 11000011 111001 1011111 0 1000111 110011 11000 101010111 110111 110001

Color Harmonies of #C3395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3395F

Black with #C3395F

Text Example


Text Example

White with #C3395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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