Html Css Color HEX #C23261 Old Rose

📋 copy color: '#C23261'

red 194 ◦ green 50 ◦ blue 97

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

Shades of Old Rose #C23261

Tints of Old Rose #C23261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 56.89%
G = 14.66%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C23261 (or 0xC23261) is known color: Old Rose. HEX triplet: C2, 32 and 61. RGB value is (194,50,97). Sum of RGB (Red+Green+Blue) = 194+50+97=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C23261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23261 is #3DCD9E. Grayscale: #626262. Windows color (decimal): -4050335 or 6369986. OLE color: 6369986.

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

Color convert

RGB 194 50 97 -
CMYK 0 0.74 0.50 0.24
HSL 340.42º 0.59% 0.48% -
HSV(B) 340.42º 0.74% 0.76% -
XYZ 25.55 14.61 12.78 -
YUV 98.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 194 50 97 0 0.74 0.50 0.24 340.42 0.59 0.48
Hex C2 32 61 0 4A 32 18 154 3B 30
Octal 302 62 141 0 112 62 30 524 73 60
Binary 11000010 110010 1100001 0 1001010 110010 11000 101010100 111011 110000

Color Harmonies of #C23261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23261

Black with #C23261

Text Example


Text Example

White with #C23261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23261; }

 p { color: rgb(194,50,97); }

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

background-color css

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

 a { background-color: rgb(194,50,97); }

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

border-color css

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

 span { border-color: rgb(194,50,97); }

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