Html Css Color HEX #C2255C Old Rose

📋 copy color: '#C2255C'

red 194 ◦ green 37 ◦ blue 92

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

Shades of Old Rose #C2255C

Tints of Old Rose #C2255C

RGB

 RED value IS 194 (76.17% from 255) = 60.06%

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

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

R = 60.06%
G = 11.46%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2255C (or 0xC2255C) is known color: Old Rose. HEX triplet: C2, 25 and 5C. RGB value is (194,37,92). Sum of RGB (Red+Green+Blue) = 194+37+92=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2255C is #3DDAA3. Grayscale: #5A5A5A. Windows color (decimal): -4053668 or 6038978. OLE color: 6038978.

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

Color convert

RGB 194 37 92 -
CMYK 0 0.81 0.53 0.24
HSL 338.98º 0.68% 0.45% -
HSV(B) 338.98º 0.81% 0.76% -
XYZ 24.84 13.57 11.43 -
YUV 90.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 194 37 92 0 0.81 0.53 0.24 338.98 0.68 0.45
Hex C2 25 5C 0 51 35 18 153 44 2D
Octal 302 45 134 0 121 65 30 523 104 55
Binary 11000010 100101 1011100 0 1010001 110101 11000 101010011 1000100 101101

Color Harmonies of #C2255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2255C

Black with #C2255C

Text Example


Text Example

White with #C2255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2255C; }

 p { color: rgb(194,37,92); }

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

background-color css

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

 a { background-color: rgb(194,37,92); }

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

border-color css

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

 span { border-color: rgb(194,37,92); }

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