Html Css Color HEX #C23661 Old Rose

📋 copy color: '#C23661'

red 194 ◦ green 54 ◦ blue 97

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

Shades of Old Rose #C23661

Tints of Old Rose #C23661

RGB

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

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

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

R = 56.23%
G = 15.65%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C23661 (or 0xC23661) is known color: Old Rose. HEX triplet: C2, 36 and 61. RGB value is (194,54,97). Sum of RGB (Red+Green+Blue) = 194+54+97=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C23661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23661 is #3DC99E. Grayscale: #646464. Windows color (decimal): -4049311 or 6371010. OLE color: 6371010.

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

Color convert

RGB 194 54 97 -
CMYK 0 0.72 0.50 0.24
HSL 341.57º 0.56% 0.49% -
HSV(B) 341.57º 0.72% 0.76% -
XYZ 25.72 14.97 12.84 -
YUV 100.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 194 54 97 0 0.72 0.50 0.24 341.57 0.56 0.49
Hex C2 36 61 0 48 32 18 156 38 31
Octal 302 66 141 0 110 62 30 526 70 61
Binary 11000010 110110 1100001 0 1001000 110010 11000 101010110 111000 110001

Color Harmonies of #C23661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23661

Black with #C23661

Text Example


Text Example

White with #C23661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23661; }

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

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

background-color css

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

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

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

border-color css

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

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

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