Html Css Color HEX #C23748 Old Rose

📋 copy color: '#C23748'

red 194 ◦ green 55 ◦ blue 72

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

Shades of Old Rose #C23748

Tints of Old Rose #C23748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

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

R = 60.44%
G = 17.13%
B = 22.43%

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

#C23748 (or 0xC23748) is known color: Old Rose. HEX triplet: C2, 37 and 48. RGB value is (194,55,72). Sum of RGB (Red+Green+Blue) = 194+55+72=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C23748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23748 is #3DC8B7. Grayscale: #626262. Windows color (decimal): -4049080 or 4732866. OLE color: 4732866.

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

Color convert

RGB 194 55 72 -
CMYK 0 0.72 0.63 0.24
HSL 352.66º 0.56% 0.49% -
HSV(B) 352.66º 0.72% 0.76% -
XYZ 24.78 14.67 7.66 -
YUV 98.5 113.05 196.12 -
System Red Green Blue C M Y K H S L
Decimal 194 55 72 0 0.72 0.63 0.24 352.66 0.56 0.49
Hex C2 37 48 0 48 3F 18 161 38 31
Octal 302 67 110 0 110 77 30 541 70 61
Binary 11000010 110111 1001000 0 1001000 111111 11000 101100001 111000 110001

Color Harmonies of #C23748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23748

Black with #C23748

Text Example


Text Example

White with #C23748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23748; }

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

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

background-color css

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

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

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

border-color css

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

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

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