Html Css Color HEX #C2365F Old Rose

📋 copy color: '#C2365F'

red 194 ◦ green 54 ◦ blue 95

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

Shades of Old Rose #C2365F

Tints of Old Rose #C2365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.7%

R = 56.56%
G = 15.74%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2365F (or 0xC2365F) is known color: Old Rose. HEX triplet: C2, 36 and 5F. RGB value is (194,54,95). Sum of RGB (Red+Green+Blue) = 194+54+95=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2365F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2365F is #3DC9A0. Grayscale: #646464. Windows color (decimal): -4049313 or 6239938. OLE color: 6239938.

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

Color convert

RGB 194 54 95 -
CMYK 0 0.72 0.51 0.24
HSL 342.43º 0.56% 0.49% -
HSV(B) 342.43º 0.72% 0.76% -
XYZ 25.63 14.93 12.36 -
YUV 100.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 194 54 95 0 0.72 0.51 0.24 342.43 0.56 0.49
Hex C2 36 5F 0 48 33 18 156 38 31
Octal 302 66 137 0 110 63 30 526 70 61
Binary 11000010 110110 1011111 0 1001000 110011 11000 101010110 111000 110001

Color Harmonies of #C2365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2365F

Black with #C2365F

Text Example


Text Example

White with #C2365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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