Html Css Color HEX #C0215E Old Rose

📋 copy color: '#C0215E'

red 192 ◦ green 33 ◦ blue 94

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

Shades of Old Rose #C0215E

Tints of Old Rose #C0215E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 60.19%
G = 10.34%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0215E (or 0xC0215E) is known color: Old Rose. HEX triplet: C0, 21 and 5E. RGB value is (192,33,94). Sum of RGB (Red+Green+Blue) = 192+33+94=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0215E is #3FDEA1. Grayscale: #575757. Windows color (decimal): -4185762 or 6169024. OLE color: 6169024.

HSL color Cylindrical-coordinate representation of color #C0215E: hue angle of 336.98º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0215E is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 94 -
CMYK 0 0.83 0.51 0.25
HSL 336.98º 0.71% 0.44% -
HSV(B) 336.98º 0.83% 0.75% -
XYZ 24.3 13.1 11.84 -
YUV 87.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 192 33 94 0 0.83 0.51 0.25 336.98 0.71 0.44
Hex C0 21 5E 0 53 33 19 151 47 2C
Octal 300 41 136 0 123 63 31 521 107 54
Binary 11000000 100001 1011110 0 1010011 110011 11001 101010001 1000111 101100

Color Harmonies of #C0215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0215E

Black with #C0215E

Text Example


Text Example

White with #C0215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0215E; }

 p { color: rgb(192,33,94); }

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

background-color css

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

 a { background-color: rgb(192,33,94); }

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

border-color css

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

 span { border-color: rgb(192,33,94); }

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