Html Css Color HEX #C3215A Old Rose

📋 copy color: '#C3215A'

red 195 ◦ green 33 ◦ blue 90

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

Shades of Old Rose #C3215A

Tints of Old Rose #C3215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.38%

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

R = 61.32%
G = 10.38%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3215A (or 0xC3215A) is known color: Old Rose. HEX triplet: C3, 21 and 5A. RGB value is (195,33,90). Sum of RGB (Red+Green+Blue) = 195+33+90=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3215A is #3CDEA5. Grayscale: #575757. Windows color (decimal): -3989158 or 5906883. OLE color: 5906883.

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

Color convert

RGB 195 33 90 -
CMYK 0 0.83 0.54 0.24
HSL 338.89º 0.71% 0.45% -
HSV(B) 338.89º 0.83% 0.76% -
XYZ 24.9 13.43 10.95 -
YUV 87.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 195 33 90 0 0.83 0.54 0.24 338.89 0.71 0.45
Hex C3 21 5A 0 53 36 18 153 47 2D
Octal 303 41 132 0 123 66 30 523 107 55
Binary 11000011 100001 1011010 0 1010011 110110 11000 101010011 1000111 101101

Color Harmonies of #C3215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3215A

Black with #C3215A

Text Example


Text Example

White with #C3215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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