Html Css Color HEX #C0245A Old Rose

📋 copy color: '#C0245A'

red 192 ◦ green 36 ◦ blue 90

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

Shades of Old Rose #C0245A

Tints of Old Rose #C0245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 60.38%
G = 11.32%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0245A (or 0xC0245A) is known color: Old Rose. HEX triplet: C0, 24 and 5A. RGB value is (192,36,90). Sum of RGB (Red+Green+Blue) = 192+36+90=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0245A is #3FDBA5. Grayscale: #585858. Windows color (decimal): -4184998 or 5907648. OLE color: 5907648.

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

Color convert

RGB 192 36 90 -
CMYK 0 0.81 0.53 0.25
HSL 339.23º 0.68% 0.45% -
HSV(B) 339.23º 0.81% 0.75% -
XYZ 24.21 13.21 10.95 -
YUV 88.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 192 36 90 0 0.81 0.53 0.25 339.23 0.68 0.45
Hex C0 24 5A 0 51 35 19 153 44 2D
Octal 300 44 132 0 121 65 31 523 104 55
Binary 11000000 100100 1011010 0 1010001 110101 11001 101010011 1000100 101101

Color Harmonies of #C0245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0245A

Black with #C0245A

Text Example


Text Example

White with #C0245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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