Html Css Color HEX #C23164 Old Rose

📋 copy color: '#C23164'

red 194 ◦ green 49 ◦ blue 100

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

Shades of Old Rose #C23164

Tints of Old Rose #C23164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 56.56%
G = 14.29%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C23164 (or 0xC23164) is known color: Old Rose. HEX triplet: C2, 31 and 64. RGB value is (194,49,100). Sum of RGB (Red+Green+Blue) = 194+49+100=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C23164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23164 is #3DCE9B. Grayscale: #626262. Windows color (decimal): -4050588 or 6566338. OLE color: 6566338.

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

Color convert

RGB 194 49 100 -
CMYK 0 0.75 0.48 0.24
HSL 338.9º 0.6% 0.48% -
HSV(B) 338.9º 0.75% 0.76% -
XYZ 25.65 14.59 13.52 -
YUV 98.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 194 49 100 0 0.75 0.48 0.24 338.9 0.6 0.48
Hex C2 31 64 0 4B 30 18 153 3C 30
Octal 302 61 144 0 113 60 30 523 74 60
Binary 11000010 110001 1100100 0 1001011 110000 11000 101010011 111100 110000

Color Harmonies of #C23164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23164

Black with #C23164

Text Example


Text Example

White with #C23164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23164; }

 p { color: rgb(194,49,100); }

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

background-color css

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

 a { background-color: rgb(194,49,100); }

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

border-color css

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

 span { border-color: rgb(194,49,100); }

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