Html Css Color HEX #C23655 Old Rose

📋 copy color: '#C23655'

red 194 ◦ green 54 ◦ blue 85

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

Shades of Old Rose #C23655

Tints of Old Rose #C23655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 58.26%
G = 16.22%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23655 (or 0xC23655) is known color: Old Rose. HEX triplet: C2, 36 and 55. RGB value is (194,54,85). Sum of RGB (Red+Green+Blue) = 194+54+85=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C23655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23655 is #3DC9AA. Grayscale: #636363. Windows color (decimal): -4049323 or 5584578. OLE color: 5584578.

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

Color convert

RGB 194 54 85 -
CMYK 0 0.72 0.56 0.24
HSL 346.71º 0.56% 0.49% -
HSV(B) 346.71º 0.72% 0.76% -
XYZ 25.21 14.76 10.12 -
YUV 99.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 194 54 85 0 0.72 0.56 0.24 346.71 0.56 0.49
Hex C2 36 55 0 48 38 18 15B 38 31
Octal 302 66 125 0 110 70 30 533 70 61
Binary 11000010 110110 1010101 0 1001000 111000 11000 101011011 111000 110001

Color Harmonies of #C23655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23655

Black with #C23655

Text Example


Text Example

White with #C23655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23655; }

 p { color: rgb(194,54,85); }

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

background-color css

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

 a { background-color: rgb(194,54,85); }

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

border-color css

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

 span { border-color: rgb(194,54,85); }

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