Html Css Color HEX #C2365B Old Rose

📋 copy color: '#C2365B'

red 194 ◦ green 54 ◦ blue 91

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

Shades of Old Rose #C2365B

Tints of Old Rose #C2365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 57.23%
G = 15.93%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2365B (or 0xC2365B) is known color: Old Rose. HEX triplet: C2, 36 and 5B. RGB value is (194,54,91). Sum of RGB (Red+Green+Blue) = 194+54+91=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2365B is #3DC9A4. Grayscale: #646464. Windows color (decimal): -4049317 or 5977794. OLE color: 5977794.

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

Color convert

RGB 194 54 91 -
CMYK 0 0.72 0.53 0.24
HSL 344.14º 0.56% 0.49% -
HSV(B) 344.14º 0.72% 0.76% -
XYZ 25.46 14.86 11.42 -
YUV 100.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 194 54 91 0 0.72 0.53 0.24 344.14 0.56 0.49
Hex C2 36 5B 0 48 35 18 158 38 31
Octal 302 66 133 0 110 65 30 530 70 61
Binary 11000010 110110 1011011 0 1001000 110101 11000 101011000 111000 110001

Color Harmonies of #C2365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2365B

Black with #C2365B

Text Example


Text Example

White with #C2365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2365B; }

 p { color: rgb(194,54,91); }

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

background-color css

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

 a { background-color: rgb(194,54,91); }

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

border-color css

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

 span { border-color: rgb(194,54,91); }

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