Html Css Color HEX #C2265A Old Rose

📋 copy color: '#C2265A'

red 194 ◦ green 38 ◦ blue 90

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

Shades of Old Rose #C2265A

Tints of Old Rose #C2265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 60.25%
G = 11.8%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2265A (or 0xC2265A) is known color: Old Rose. HEX triplet: C2, 26 and 5A. RGB value is (194,38,90). Sum of RGB (Red+Green+Blue) = 194+38+90=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2265A is #3DD9A5. Grayscale: #5A5A5A. Windows color (decimal): -4053414 or 5908162. OLE color: 5908162.

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

Color convert

RGB 194 38 90 -
CMYK 0 0.80 0.54 0.24
HSL 340º 0.67% 0.45% -
HSV(B) 340º 0.8% 0.76% -
XYZ 24.79 13.59 10.99 -
YUV 90.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 194 38 90 0 0.80 0.54 0.24 340 0.67 0.45
Hex C2 26 5A 0 50 36 18 154 43 2D
Octal 302 46 132 0 120 66 30 524 103 55
Binary 11000010 100110 1011010 0 1010000 110110 11000 101010100 1000011 101101

Color Harmonies of #C2265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2265A

Black with #C2265A

Text Example


Text Example

White with #C2265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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