Html Css Color HEX #C2405A Old Rose

📋 copy color: '#C2405A'

red 194 ◦ green 64 ◦ blue 90

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

Shades of Old Rose #C2405A

Tints of Old Rose #C2405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 55.75%
G = 18.39%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2405A (or 0xC2405A) is known color: Old Rose. HEX triplet: C2, 40 and 5A. RGB value is (194,64,90). Sum of RGB (Red+Green+Blue) = 194+64+90=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2405A is #3DBFA5. Grayscale: #696969. Windows color (decimal): -4046758 or 5914818. OLE color: 5914818.

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

Color convert

RGB 194 64 90 -
CMYK 0 0.67 0.54 0.24
HSL 348º 0.52% 0.51% -
HSV(B) 348º 0.67% 0.76% -
XYZ 25.93 15.87 11.37 -
YUV 105.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 194 64 90 0 0.67 0.54 0.24 348 0.52 0.51
Hex C2 40 5A 0 43 36 18 15C 34 33
Octal 302 100 132 0 103 66 30 534 64 63
Binary 11000010 1000000 1011010 0 1000011 110110 11000 101011100 110100 110011

Color Harmonies of #C2405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2405A

Black with #C2405A

Text Example


Text Example

White with #C2405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2405A; }

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

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

background-color css

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

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

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

border-color css

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

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

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