Html Css Color HEX #C2305A Old Rose

📋 copy color: '#C2305A'

red 194 ◦ green 48 ◦ blue 90

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

Shades of Old Rose #C2305A

Tints of Old Rose #C2305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.46%

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

R = 58.43%
G = 14.46%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2305A (or 0xC2305A) is known color: Old Rose. HEX triplet: C2, 30 and 5A. RGB value is (194,48,90). Sum of RGB (Red+Green+Blue) = 194+48+90=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C2305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2305A is #3DCFA5. Grayscale: #606060. Windows color (decimal): -4050854 or 5910722. OLE color: 5910722.

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

Color convert

RGB 194 48 90 -
CMYK 0 0.75 0.54 0.24
HSL 342.74º 0.6% 0.47% -
HSV(B) 342.74º 0.75% 0.76% -
XYZ 25.15 14.32 11.11 -
YUV 96.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 194 48 90 0 0.75 0.54 0.24 342.74 0.6 0.47
Hex C2 30 5A 0 4B 36 18 157 3C 2F
Octal 302 60 132 0 113 66 30 527 74 57
Binary 11000010 110000 1011010 0 1001011 110110 11000 101010111 111100 101111

Color Harmonies of #C2305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2305A

Black with #C2305A

Text Example


Text Example

White with #C2305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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