Html Css Color HEX #C0255E Old Rose

📋 copy color: '#C0255E'

red 192 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #C0255E

Tints of Old Rose #C0255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

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

R = 59.44%
G = 11.46%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0255E (or 0xC0255E) is known color: Old Rose. HEX triplet: C0, 25 and 5E. RGB value is (192,37,94). Sum of RGB (Red+Green+Blue) = 192+37+94=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0255E is #3FDAA1. Grayscale: #595959. Windows color (decimal): -4184738 or 6170048. OLE color: 6170048.

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

Color convert

RGB 192 37 94 -
CMYK 0 0.81 0.51 0.25
HSL 337.94º 0.68% 0.45% -
HSV(B) 337.94º 0.81% 0.75% -
XYZ 24.42 13.34 11.88 -
YUV 89.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 192 37 94 0 0.81 0.51 0.25 337.94 0.68 0.45
Hex C0 25 5E 0 51 33 19 152 44 2D
Octal 300 45 136 0 121 63 31 522 104 55
Binary 11000000 100101 1011110 0 1010001 110011 11001 101010010 1000100 101101

Color Harmonies of #C0255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0255E

Black with #C0255E

Text Example


Text Example

White with #C0255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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