Html Css Color HEX #C23861 Old Rose

📋 copy color: '#C23861'

red 194 ◦ green 56 ◦ blue 97

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

Shades of Old Rose #C23861

Tints of Old Rose #C23861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 97 (38.28% from 255) = 27.95%

R = 55.91%
G = 16.14%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C23861 (or 0xC23861) is known color: Old Rose. HEX triplet: C2, 38 and 61. RGB value is (194,56,97). Sum of RGB (Red+Green+Blue) = 194+56+97=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23861 is #3DC79E. Grayscale: #656565. Windows color (decimal): -4048799 or 6371522. OLE color: 6371522.

HSL color Cylindrical-coordinate representation of color #C23861: hue angle of 342.17º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23861 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 97 -
CMYK 0 0.71 0.50 0.24
HSL 342.17º 0.55% 0.49% -
HSV(B) 342.17º 0.71% 0.76% -
XYZ 25.82 15.16 12.87 -
YUV 101.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 194 56 97 0 0.71 0.50 0.24 342.17 0.55 0.49
Hex C2 38 61 0 47 32 18 156 37 31
Octal 302 70 141 0 107 62 30 526 67 61
Binary 11000010 111000 1100001 0 1000111 110010 11000 101010110 110111 110001

Color Harmonies of #C23861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23861

Black with #C23861

Text Example


Text Example

White with #C23861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23861; }

 p { color: rgb(194,56,97); }

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

background-color css

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

 a { background-color: rgb(194,56,97); }

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

border-color css

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

 span { border-color: rgb(194,56,97); }

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