Html Css Color HEX #C0315C Old Rose

📋 copy color: '#C0315C'

red 192 ◦ green 49 ◦ blue 92

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

Shades of Old Rose #C0315C

Tints of Old Rose #C0315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 57.66%
G = 14.71%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0315C (or 0xC0315C) is known color: Old Rose. HEX triplet: C0, 31 and 5C. RGB value is (192,49,92). Sum of RGB (Red+Green+Blue) = 192+49+92=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0315C is #3FCEA3. Grayscale: #606060. Windows color (decimal): -4181668 or 6042048. OLE color: 6042048.

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

Color convert

RGB 192 49 92 -
CMYK 0 0.74 0.52 0.25
HSL 341.96º 0.59% 0.47% -
HSV(B) 341.96º 0.74% 0.75% -
XYZ 24.77 14.18 11.56 -
YUV 96.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 192 49 92 0 0.74 0.52 0.25 341.96 0.59 0.47
Hex C0 31 5C 0 4A 34 19 156 3B 2F
Octal 300 61 134 0 112 64 31 526 73 57
Binary 11000000 110001 1011100 0 1001010 110100 11001 101010110 111011 101111

Color Harmonies of #C0315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0315C

Black with #C0315C

Text Example


Text Example

White with #C0315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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