Html Css Color HEX #C3395A Old Rose

📋 copy color: '#C3395A'

red 195 ◦ green 57 ◦ blue 90

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

Shades of Old Rose #C3395A

Tints of Old Rose #C3395A

RGB

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

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

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

R = 57.02%
G = 16.67%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3395A (or 0xC3395A) is known color: Old Rose. HEX triplet: C3, 39 and 5A. RGB value is (195,57,90). Sum of RGB (Red+Green+Blue) = 195+57+90=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3395A is #3CC6A5. Grayscale: #666666. Windows color (decimal): -3983014 or 5913027. OLE color: 5913027.

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

Color convert

RGB 195 57 90 -
CMYK 0 0.71 0.54 0.24
HSL 345.65º 0.55% 0.49% -
HSV(B) 345.65º 0.71% 0.76% -
XYZ 25.81 15.27 11.26 -
YUV 102.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 195 57 90 0 0.71 0.54 0.24 345.65 0.55 0.49
Hex C3 39 5A 0 47 36 18 15A 37 31
Octal 303 71 132 0 107 66 30 532 67 61
Binary 11000011 111001 1011010 0 1000111 110110 11000 101011010 110111 110001

Color Harmonies of #C3395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3395A

Black with #C3395A

Text Example


Text Example

White with #C3395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3395A; }

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

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

background-color css

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

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

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

border-color css

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

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

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