Html Css Color HEX #C23F4F Old Rose

📋 copy color: '#C23F4F'

red 194 ◦ green 63 ◦ blue 79

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

Shades of Old Rose #C23F4F

Tints of Old Rose #C23F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 57.74%
G = 18.75%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C23F4F (or 0xC23F4F) is known color: Old Rose. HEX triplet: C2, 3F and 4F. RGB value is (194,63,79). Sum of RGB (Red+Green+Blue) = 194+63+79=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F4F is #3DC0B0. Grayscale: #686868. Windows color (decimal): -4047025 or 5193666. OLE color: 5193666.

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

Color convert

RGB 194 63 79 -
CMYK 0 0.68 0.59 0.24
HSL 352.67º 0.52% 0.5% -
HSV(B) 352.67º 0.68% 0.76% -
XYZ 25.44 15.59 9.07 -
YUV 103.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 194 63 79 0 0.68 0.59 0.24 352.67 0.52 0.5
Hex C2 3F 4F 0 44 3B 18 161 34 32
Octal 302 77 117 0 104 73 30 541 64 62
Binary 11000010 111111 1001111 0 1000100 111011 11000 101100001 110100 110010

Color Harmonies of #C23F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F4F

Black with #C23F4F

Text Example


Text Example

White with #C23F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F4F; }

 p { color: rgb(194,63,79); }

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

background-color css

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

 a { background-color: rgb(194,63,79); }

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

border-color css

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

 span { border-color: rgb(194,63,79); }

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