Html Css Color HEX #C23862 Old Rose

📋 copy color: '#C23862'

red 194 ◦ green 56 ◦ blue 98

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

Shades of Old Rose #C23862

Tints of Old Rose #C23862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.16%

R = 55.75%
G = 16.09%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C23862 (or 0xC23862) is known color: Old Rose. HEX triplet: C2, 38 and 62. RGB value is (194,56,98). Sum of RGB (Red+Green+Blue) = 194+56+98=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23862 is #3DC79D. Grayscale: #666666. Windows color (decimal): -4048798 or 6437058. OLE color: 6437058.

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

Color convert

RGB 194 56 98 -
CMYK 0 0.71 0.49 0.24
HSL 341.74º 0.55% 0.49% -
HSV(B) 341.74º 0.71% 0.76% -
XYZ 25.87 15.18 13.12 -
YUV 102.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 194 56 98 0 0.71 0.49 0.24 341.74 0.55 0.49
Hex C2 38 62 0 47 31 18 156 37 31
Octal 302 70 142 0 107 61 30 526 67 61
Binary 11000010 111000 1100010 0 1000111 110001 11000 101010110 110111 110001

Color Harmonies of #C23862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23862

Black with #C23862

Text Example


Text Example

White with #C23862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23862; }

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

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

background-color css

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

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

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

border-color css

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

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

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