Html Css Color HEX #C23353 Old Rose

📋 copy color: '#C23353'

red 194 ◦ green 51 ◦ blue 83

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

Shades of Old Rose #C23353

Tints of Old Rose #C23353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 59.15%
G = 15.55%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C23353 (or 0xC23353) is known color: Old Rose. HEX triplet: C2, 33 and 53. RGB value is (194,51,83). Sum of RGB (Red+Green+Blue) = 194+51+83=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C23353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23353 is #3DCCAC. Grayscale: #616161. Windows color (decimal): -4050093 or 5452738. OLE color: 5452738.

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

Color convert

RGB 194 51 83 -
CMYK 0 0.74 0.57 0.24
HSL 346.57º 0.58% 0.48% -
HSV(B) 346.57º 0.74% 0.76% -
XYZ 24.99 14.46 9.66 -
YUV 97.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 194 51 83 0 0.74 0.57 0.24 346.57 0.58 0.48
Hex C2 33 53 0 4A 39 18 15B 3A 30
Octal 302 63 123 0 112 71 30 533 72 60
Binary 11000010 110011 1010011 0 1001010 111001 11000 101011011 111010 110000

Color Harmonies of #C23353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23353

Black with #C23353

Text Example


Text Example

White with #C23353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23353; }

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

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

background-color css

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

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

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

border-color css

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

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

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