Html Css Color HEX #C2365E Old Rose

📋 copy color: '#C2365E'

red 194 ◦ green 54 ◦ blue 94

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

Shades of Old Rose #C2365E

Tints of Old Rose #C2365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 56.73%
G = 15.79%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2365E (or 0xC2365E) is known color: Old Rose. HEX triplet: C2, 36 and 5E. RGB value is (194,54,94). Sum of RGB (Red+Green+Blue) = 194+54+94=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2365E is #3DC9A1. Grayscale: #646464. Windows color (decimal): -4049314 or 6174402. OLE color: 6174402.

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

Color convert

RGB 194 54 94 -
CMYK 0 0.72 0.52 0.24
HSL 342.86º 0.56% 0.49% -
HSV(B) 342.86º 0.72% 0.76% -
XYZ 25.59 14.92 12.12 -
YUV 100.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 194 54 94 0 0.72 0.52 0.24 342.86 0.56 0.49
Hex C2 36 5E 0 48 34 18 157 38 31
Octal 302 66 136 0 110 64 30 527 70 61
Binary 11000010 110110 1011110 0 1001000 110100 11000 101010111 111000 110001

Color Harmonies of #C2365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2365E

Black with #C2365E

Text Example


Text Example

White with #C2365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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