Html Css Color HEX #C0215C Old Rose

📋 copy color: '#C0215C'

red 192 ◦ green 33 ◦ blue 92

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

Shades of Old Rose #C0215C

Tints of Old Rose #C0215C

RGB

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

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

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

R = 60.57%
G = 10.41%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0215C (or 0xC0215C) is known color: Old Rose. HEX triplet: C0, 21 and 5C. RGB value is (192,33,92). Sum of RGB (Red+Green+Blue) = 192+33+92=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0215C is #3FDEA3. Grayscale: #575757. Windows color (decimal): -4185764 or 6037952. OLE color: 6037952.

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

Color convert

RGB 192 33 92 -
CMYK 0 0.83 0.52 0.25
HSL 337.74º 0.71% 0.44% -
HSV(B) 337.74º 0.83% 0.75% -
XYZ 24.21 13.07 11.37 -
YUV 87.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 192 33 92 0 0.83 0.52 0.25 337.74 0.71 0.44
Hex C0 21 5C 0 53 34 19 152 47 2C
Octal 300 41 134 0 123 64 31 522 107 54
Binary 11000000 100001 1011100 0 1010011 110100 11001 101010010 1000111 101100

Color Harmonies of #C0215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0215C

Black with #C0215C

Text Example


Text Example

White with #C0215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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