Html Css Color HEX #C2365C Old Rose

📋 copy color: '#C2365C'

red 194 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #C2365C

Tints of Old Rose #C2365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 57.06%
G = 15.88%
B = 27.06%

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

#C2365C (or 0xC2365C) is known color: Old Rose. HEX triplet: C2, 36 and 5C. RGB value is (194,54,92). Sum of RGB (Red+Green+Blue) = 194+54+92=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2365C is #3DC9A3. Grayscale: #646464. Windows color (decimal): -4049316 or 6043330. OLE color: 6043330.

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

Color convert

RGB 194 54 92 -
CMYK 0 0.72 0.53 0.24
HSL 343.71º 0.56% 0.49% -
HSV(B) 343.71º 0.72% 0.76% -
XYZ 25.5 14.88 11.65 -
YUV 100.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 194 54 92 0 0.72 0.53 0.24 343.71 0.56 0.49
Hex C2 36 5C 0 48 35 18 158 38 31
Octal 302 66 134 0 110 65 30 530 70 61
Binary 11000010 110110 1011100 0 1001000 110101 11000 101011000 111000 110001

Color Harmonies of #C2365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2365C

Black with #C2365C

Text Example


Text Example

White with #C2365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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