Html Css Color HEX #C3355E Old Rose

📋 copy color: '#C3355E'

red 195 ◦ green 53 ◦ blue 94

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

Shades of Old Rose #C3355E

Tints of Old Rose #C3355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

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

R = 57.02%
G = 15.5%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3355E (or 0xC3355E) is known color: Old Rose. HEX triplet: C3, 35 and 5E. RGB value is (195,53,94). Sum of RGB (Red+Green+Blue) = 195+53+94=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3355E is #3CCAA1. Grayscale: #646464. Windows color (decimal): -3984034 or 6174147. OLE color: 6174147.

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

Color convert

RGB 195 53 94 -
CMYK 0 0.73 0.52 0.24
HSL 342.68º 0.57% 0.49% -
HSV(B) 342.68º 0.73% 0.76% -
XYZ 25.8 14.96 12.12 -
YUV 100.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 195 53 94 0 0.73 0.52 0.24 342.68 0.57 0.49
Hex C3 35 5E 0 49 34 18 157 39 31
Octal 303 65 136 0 111 64 30 527 71 61
Binary 11000011 110101 1011110 0 1001001 110100 11000 101010111 111001 110001

Color Harmonies of #C3355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3355E

Black with #C3355E

Text Example


Text Example

White with #C3355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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