Html Css Color HEX #C23648 Old Rose

📋 copy color: '#C23648'

red 194 ◦ green 54 ◦ blue 72

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

Shades of Old Rose #C23648

Tints of Old Rose #C23648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 60.63%
G = 16.88%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C23648 (or 0xC23648) is known color: Old Rose. HEX triplet: C2, 36 and 48. RGB value is (194,54,72). Sum of RGB (Red+Green+Blue) = 194+54+72=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C23648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23648 is #3DC9B7. Grayscale: #616161. Windows color (decimal): -4049336 or 4732610. OLE color: 4732610.

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

Color convert

RGB 194 54 72 -
CMYK 0 0.72 0.63 0.24
HSL 352.29º 0.56% 0.49% -
HSV(B) 352.29º 0.72% 0.76% -
XYZ 24.74 14.58 7.64 -
YUV 97.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 194 54 72 0 0.72 0.63 0.24 352.29 0.56 0.49
Hex C2 36 48 0 48 3F 18 160 38 31
Octal 302 66 110 0 110 77 30 540 70 61
Binary 11000010 110110 1001000 0 1001000 111111 11000 101100000 111000 110001

Color Harmonies of #C23648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23648

Black with #C23648

Text Example


Text Example

White with #C23648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23648; }

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

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

background-color css

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

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

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

border-color css

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

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

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