Html Css Color HEX #C3335A Old Rose

📋 copy color: '#C3335A'

red 195 ◦ green 51 ◦ blue 90

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

Shades of Old Rose #C3335A

Tints of Old Rose #C3335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

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

R = 58.04%
G = 15.18%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3335A (or 0xC3335A) is known color: Old Rose. HEX triplet: C3, 33 and 5A. RGB value is (195,51,90). Sum of RGB (Red+Green+Blue) = 195+51+90=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3335A is #3CCCA5. Grayscale: #626262. Windows color (decimal): -3984550 or 5911491. OLE color: 5911491.

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

Color convert

RGB 195 51 90 -
CMYK 0 0.74 0.54 0.24
HSL 343.75º 0.59% 0.48% -
HSV(B) 343.75º 0.74% 0.76% -
XYZ 25.53 14.71 11.17 -
YUV 98.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 195 51 90 0 0.74 0.54 0.24 343.75 0.59 0.48
Hex C3 33 5A 0 4A 36 18 158 3B 30
Octal 303 63 132 0 112 66 30 530 73 60
Binary 11000011 110011 1011010 0 1001010 110110 11000 101011000 111011 110000

Color Harmonies of #C3335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3335A

Black with #C3335A

Text Example


Text Example

White with #C3335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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