Html Css Color HEX #C3345A Old Rose

📋 copy color: '#C3345A'

red 195 ◦ green 52 ◦ blue 90

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

Shades of Old Rose #C3345A

Tints of Old Rose #C3345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 57.86%
G = 15.43%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3345A (or 0xC3345A) is known color: Old Rose. HEX triplet: C3, 34 and 5A. RGB value is (195,52,90). Sum of RGB (Red+Green+Blue) = 195+52+90=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3345A is #3CCBA5. Grayscale: #636363. Windows color (decimal): -3984294 or 5911747. OLE color: 5911747.

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

Color convert

RGB 195 52 90 -
CMYK 0 0.73 0.54 0.24
HSL 344.06º 0.58% 0.48% -
HSV(B) 344.06º 0.73% 0.76% -
XYZ 25.58 14.8 11.18 -
YUV 99.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 195 52 90 0 0.73 0.54 0.24 344.06 0.58 0.48
Hex C3 34 5A 0 49 36 18 158 3A 30
Octal 303 64 132 0 111 66 30 530 72 60
Binary 11000011 110100 1011010 0 1001001 110110 11000 101011000 111010 110000

Color Harmonies of #C3345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3345A

Black with #C3345A

Text Example


Text Example

White with #C3345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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