Html Css Color HEX #C2255B Old Rose

📋 copy color: '#C2255B'

red 194 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #C2255B

Tints of Old Rose #C2255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 60.25%
G = 11.49%
B = 28.26%

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

#C2255B (or 0xC2255B) is known color: Old Rose. HEX triplet: C2, 25 and 5B. RGB value is (194,37,91). Sum of RGB (Red+Green+Blue) = 194+37+91=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2255B is #3DDAA4. Grayscale: #5A5A5A. Windows color (decimal): -4053669 or 5973442. OLE color: 5973442.

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

Color convert

RGB 194 37 91 -
CMYK 0 0.81 0.53 0.24
HSL 339.36º 0.68% 0.45% -
HSV(B) 339.36º 0.81% 0.76% -
XYZ 24.8 13.55 11.21 -
YUV 90.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 194 37 91 0 0.81 0.53 0.24 339.36 0.68 0.45
Hex C2 25 5B 0 51 35 18 153 44 2D
Octal 302 45 133 0 121 65 30 523 104 55
Binary 11000010 100101 1011011 0 1010001 110101 11000 101010011 1000100 101101

Color Harmonies of #C2255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2255B

Black with #C2255B

Text Example


Text Example

White with #C2255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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