Html Css Color HEX #C23362 Old Rose

📋 copy color: '#C23362'

red 194 ◦ green 51 ◦ blue 98

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

Shades of Old Rose #C23362

Tints of Old Rose #C23362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

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

R = 56.56%
G = 14.87%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C23362 (or 0xC23362) is known color: Old Rose. HEX triplet: C2, 33 and 62. RGB value is (194,51,98). Sum of RGB (Red+Green+Blue) = 194+51+98=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C23362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23362 is #3DCC9D. Grayscale: #636363. Windows color (decimal): -4050078 or 6435778. OLE color: 6435778.

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

Color convert

RGB 194 51 98 -
CMYK 0 0.74 0.49 0.24
HSL 340.28º 0.58% 0.48% -
HSV(B) 340.28º 0.74% 0.76% -
XYZ 25.64 14.72 13.05 -
YUV 99.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 194 51 98 0 0.74 0.49 0.24 340.28 0.58 0.48
Hex C2 33 62 0 4A 31 18 154 3A 30
Octal 302 63 142 0 112 61 30 524 72 60
Binary 11000010 110011 1100010 0 1001010 110001 11000 101010100 111010 110000

Color Harmonies of #C23362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23362

Black with #C23362

Text Example


Text Example

White with #C23362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23362; }

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

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

background-color css

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

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

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

border-color css

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

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

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