Html Css Color HEX #C23463 Old Rose

📋 copy color: '#C23463'

red 194 ◦ green 52 ◦ blue 99

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

Shades of Old Rose #C23463

Tints of Old Rose #C23463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 56.23%
G = 15.07%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C23463 (or 0xC23463) is known color: Old Rose. HEX triplet: C2, 34 and 63. RGB value is (194,52,99). Sum of RGB (Red+Green+Blue) = 194+52+99=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C23463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23463 is #3DCB9C. Grayscale: #636363. Windows color (decimal): -4049821 or 6501570. OLE color: 6501570.

HSL color Cylindrical-coordinate representation of color #C23463: hue angle of 340.14º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23463 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 99 -
CMYK 0 0.73 0.49 0.24
HSL 340.14º 0.58% 0.48% -
HSV(B) 340.14º 0.73% 0.76% -
XYZ 25.73 14.83 13.31 -
YUV 99.82 127.54 195.18 -
System Red Green Blue C M Y K H S L
Decimal 194 52 99 0 0.73 0.49 0.24 340.14 0.58 0.48
Hex C2 34 63 0 49 31 18 154 3A 30
Octal 302 64 143 0 111 61 30 524 72 60
Binary 11000010 110100 1100011 0 1001001 110001 11000 101010100 111010 110000

Color Harmonies of #C23463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23463

Black with #C23463

Text Example


Text Example

White with #C23463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23463; }

 p { color: rgb(194,52,99); }

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

background-color css

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

 a { background-color: rgb(194,52,99); }

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

border-color css

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

 span { border-color: rgb(194,52,99); }

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