Html Css Color HEX #C23660 Old Rose

📋 copy color: '#C23660'

red 194 ◦ green 54 ◦ blue 96

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

Shades of Old Rose #C23660

Tints of Old Rose #C23660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 56.4%
G = 15.7%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C23660 (or 0xC23660) is known color: Old Rose. HEX triplet: C2, 36 and 60. RGB value is (194,54,96). Sum of RGB (Red+Green+Blue) = 194+54+96=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C23660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23660 is #3DC99F. Grayscale: #646464. Windows color (decimal): -4049312 or 6305474. OLE color: 6305474.

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

Color convert

RGB 194 54 96 -
CMYK 0 0.72 0.51 0.24
HSL 342º 0.56% 0.49% -
HSV(B) 342º 0.72% 0.76% -
XYZ 25.68 14.95 12.6 -
YUV 100.65 125.38 194.58 -
System Red Green Blue C M Y K H S L
Decimal 194 54 96 0 0.72 0.51 0.24 342 0.56 0.49
Hex C2 36 60 0 48 33 18 156 38 31
Octal 302 66 140 0 110 63 30 526 70 61
Binary 11000010 110110 1100000 0 1001000 110011 11000 101010110 111000 110001

Color Harmonies of #C23660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23660

Black with #C23660

Text Example


Text Example

White with #C23660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23660; }

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

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

background-color css

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

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

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

border-color css

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

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

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