Html Css Color HEX #C0315A Old Rose

📋 copy color: '#C0315A'

red 192 ◦ green 49 ◦ blue 90

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

Shades of Old Rose #C0315A

Tints of Old Rose #C0315A

RGB

 RED value IS 192 (75.39% from 255) = 58.01%

 GREEN value IS 49 (19.53% from 255) = 14.8%

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

R = 58.01%
G = 14.8%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0315A (or 0xC0315A) is known color: Old Rose. HEX triplet: C0, 31 and 5A. RGB value is (192,49,90). Sum of RGB (Red+Green+Blue) = 192+49+90=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0315A is #3FCEA5. Grayscale: #606060. Windows color (decimal): -4181670 or 5910976. OLE color: 5910976.

HSL color Cylindrical-coordinate representation of color #C0315A: hue angle of 342.8º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0315A is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 90 -
CMYK 0 0.74 0.53 0.25
HSL 342.8º 0.59% 0.47% -
HSV(B) 342.8º 0.74% 0.75% -
XYZ 24.68 14.14 11.1 -
YUV 96.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 192 49 90 0 0.74 0.53 0.25 342.8 0.59 0.47
Hex C0 31 5A 0 4A 35 19 157 3B 2F
Octal 300 61 132 0 112 65 31 527 73 57
Binary 11000000 110001 1011010 0 1001010 110101 11001 101010111 111011 101111

Color Harmonies of #C0315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0315A

Black with #C0315A

Text Example


Text Example

White with #C0315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0315A; }

 p { color: rgb(192,49,90); }

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

background-color css

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

 a { background-color: rgb(192,49,90); }

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

border-color css

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

 span { border-color: rgb(192,49,90); }

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