Html Css Color HEX #C0245C Old Rose

📋 copy color: '#C0245C'

red 192 ◦ green 36 ◦ blue 92

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

Shades of Old Rose #C0245C

Tints of Old Rose #C0245C

RGB

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

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

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

R = 60%
G = 11.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0245C (or 0xC0245C) is known color: Old Rose. HEX triplet: C0, 24 and 5C. RGB value is (192,36,92). Sum of RGB (Red+Green+Blue) = 192+36+92=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0245C is #3FDBA3. Grayscale: #585858. Windows color (decimal): -4184996 or 6038720. OLE color: 6038720.

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

Color convert

RGB 192 36 92 -
CMYK 0 0.81 0.52 0.25
HSL 338.46º 0.68% 0.45% -
HSV(B) 338.46º 0.81% 0.75% -
XYZ 24.3 13.24 11.4 -
YUV 89.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 192 36 92 0 0.81 0.52 0.25 338.46 0.68 0.45
Hex C0 24 5C 0 51 34 19 152 44 2D
Octal 300 44 134 0 121 64 31 522 104 55
Binary 11000000 100100 1011100 0 1010001 110100 11001 101010010 1000100 101101

Color Harmonies of #C0245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0245C

Black with #C0245C

Text Example


Text Example

White with #C0245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0245C; }

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

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

background-color css

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

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

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

border-color css

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

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

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