Html Css Color HEX #C23D52 Old Rose

📋 copy color: '#C23D52'

red 194 ◦ green 61 ◦ blue 82

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

Shades of Old Rose #C23D52

Tints of Old Rose #C23D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 57.57%
G = 18.1%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23D52 (or 0xC23D52) is known color: Old Rose. HEX triplet: C2, 3D and 52. RGB value is (194,61,82). Sum of RGB (Red+Green+Blue) = 194+61+82=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D52 is #3DC2AD. Grayscale: #676767. Windows color (decimal): -4047534 or 5389762. OLE color: 5389762.

HSL color Cylindrical-coordinate representation of color #C23D52: hue angle of 350.53º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23D52 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 82 -
CMYK 0 0.69 0.58 0.24
HSL 350.53º 0.52% 0.5% -
HSV(B) 350.53º 0.69% 0.76% -
XYZ 25.44 15.42 9.62 -
YUV 103.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 194 61 82 0 0.69 0.58 0.24 350.53 0.52 0.5
Hex C2 3D 52 0 45 3A 18 15F 34 32
Octal 302 75 122 0 105 72 30 537 64 62
Binary 11000010 111101 1010010 0 1000101 111010 11000 101011111 110100 110010

Color Harmonies of #C23D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D52

Black with #C23D52

Text Example


Text Example

White with #C23D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D52; }

 p { color: rgb(194,61,82); }

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

background-color css

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

 a { background-color: rgb(194,61,82); }

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

border-color css

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

 span { border-color: rgb(194,61,82); }

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