Html Css Color HEX #C0225C Old Rose

📋 copy color: '#C0225C'

red 192 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #C0225C

Tints of Old Rose #C0225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 60.38%
G = 10.69%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0225C (or 0xC0225C) is known color: Old Rose. HEX triplet: C0, 22 and 5C. RGB value is (192,34,92). Sum of RGB (Red+Green+Blue) = 192+34+92=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0225C is #3FDDA3. Grayscale: #575757. Windows color (decimal): -4185508 or 6038208. OLE color: 6038208.

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

Color convert

RGB 192 34 92 -
CMYK 0 0.82 0.52 0.25
HSL 337.97º 0.7% 0.44% -
HSV(B) 337.97º 0.82% 0.75% -
XYZ 24.24 13.12 11.38 -
YUV 87.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 192 34 92 0 0.82 0.52 0.25 337.97 0.7 0.44
Hex C0 22 5C 0 52 34 19 152 46 2C
Octal 300 42 134 0 122 64 31 522 106 54
Binary 11000000 100010 1011100 0 1010010 110100 11001 101010010 1000110 101100

Color Harmonies of #C0225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0225C

Black with #C0225C

Text Example


Text Example

White with #C0225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0225C; }

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

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

background-color css

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

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

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

border-color css

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

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

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