Html Css Color HEX #C23352 Old Rose

📋 copy color: '#C23352'

red 194 ◦ green 51 ◦ blue 82

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

Shades of Old Rose #C23352

Tints of Old Rose #C23352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 59.33%
G = 15.6%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23352 (or 0xC23352) is known color: Old Rose. HEX triplet: C2, 33 and 52. RGB value is (194,51,82). Sum of RGB (Red+Green+Blue) = 194+51+82=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C23352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23352 is #3DCCAD. Grayscale: #616161. Windows color (decimal): -4050094 or 5387202. OLE color: 5387202.

HSL color Cylindrical-coordinate representation of color #C23352: hue angle of 346.99º degrees, saturation: 0.58, 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 #C23352 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 82 -
CMYK 0 0.74 0.58 0.24
HSL 346.99º 0.58% 0.48% -
HSV(B) 346.99º 0.74% 0.76% -
XYZ 24.95 14.45 9.46 -
YUV 97.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 194 51 82 0 0.74 0.58 0.24 346.99 0.58 0.48
Hex C2 33 52 0 4A 3A 18 15B 3A 30
Octal 302 63 122 0 112 72 30 533 72 60
Binary 11000010 110011 1010010 0 1001010 111010 11000 101011011 111010 110000

Color Harmonies of #C23352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23352

Black with #C23352

Text Example


Text Example

White with #C23352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23352; }

 p { color: rgb(194,51,82); }

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

background-color css

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

 a { background-color: rgb(194,51,82); }

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

border-color css

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

 span { border-color: rgb(194,51,82); }

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