Html Css Color HEX #C23B5A Old Rose

📋 copy color: '#C23B5A'

red 194 ◦ green 59 ◦ blue 90

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

Shades of Old Rose #C23B5A

Tints of Old Rose #C23B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.2%

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

R = 56.56%
G = 17.2%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C23B5A (or 0xC23B5A) is known color: Old Rose. HEX triplet: C2, 3B and 5A. RGB value is (194,59,90). Sum of RGB (Red+Green+Blue) = 194+59+90=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B5A is #3DC4A5. Grayscale: #666666. Windows color (decimal): -4048038 or 5913538. OLE color: 5913538.

HSL color Cylindrical-coordinate representation of color #C23B5A: hue angle of 346.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B5A is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 59 90 -
CMYK 0 0.70 0.54 0.24
HSL 346.22º 0.53% 0.5% -
HSV(B) 346.22º 0.7% 0.76% -
XYZ 25.66 15.34 11.28 -
YUV 102.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 194 59 90 0 0.70 0.54 0.24 346.22 0.53 0.5
Hex C2 3B 5A 0 46 36 18 15A 35 32
Octal 302 73 132 0 106 66 30 532 65 62
Binary 11000010 111011 1011010 0 1000110 110110 11000 101011010 110101 110010

Color Harmonies of #C23B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23B5A

Black with #C23B5A

Text Example


Text Example

White with #C23B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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