Html Css Color HEX #C2265E Old Rose

📋 copy color: '#C2265E'

red 194 ◦ green 38 ◦ blue 94

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

Shades of Old Rose #C2265E

Tints of Old Rose #C2265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.66%

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

R = 59.51%
G = 11.66%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2265E (or 0xC2265E) is known color: Old Rose. HEX triplet: C2, 26 and 5E. RGB value is (194,38,94). Sum of RGB (Red+Green+Blue) = 194+38+94=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2265E is #3DD9A1. Grayscale: #5A5A5A. Windows color (decimal): -4053410 or 6170306. OLE color: 6170306.

HSL color Cylindrical-coordinate representation of color #C2265E: hue angle of 338.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2265E is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 94 -
CMYK 0 0.80 0.52 0.24
HSL 338.46º 0.67% 0.45% -
HSV(B) 338.46º 0.8% 0.76% -
XYZ 24.96 13.66 11.91 -
YUV 91.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 194 38 94 0 0.80 0.52 0.24 338.46 0.67 0.45
Hex C2 26 5E 0 50 34 18 152 43 2D
Octal 302 46 136 0 120 64 30 522 103 55
Binary 11000010 100110 1011110 0 1010000 110100 11000 101010010 1000011 101101

Color Harmonies of #C2265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2265E

Black with #C2265E

Text Example


Text Example

White with #C2265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2265E; }

 p { color: rgb(194,38,94); }

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

background-color css

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

 a { background-color: rgb(194,38,94); }

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

border-color css

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

 span { border-color: rgb(194,38,94); }

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