Html Css Color HEX #C2345B Old Rose

📋 copy color: '#C2345B'

red 194 ◦ green 52 ◦ blue 91

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

Shades of Old Rose #C2345B

Tints of Old Rose #C2345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 57.57%
G = 15.43%
B = 27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2345B (or 0xC2345B) is known color: Old Rose. HEX triplet: C2, 34 and 5B. RGB value is (194,52,91). Sum of RGB (Red+Green+Blue) = 194+52+91=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2345B is #3DCBA4. Grayscale: #626262. Windows color (decimal): -4049829 or 5977282. OLE color: 5977282.

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

Color convert

RGB 194 52 91 -
CMYK 0 0.73 0.53 0.24
HSL 343.52º 0.58% 0.48% -
HSV(B) 343.52º 0.73% 0.76% -
XYZ 25.36 14.68 11.39 -
YUV 98.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 194 52 91 0 0.73 0.53 0.24 343.52 0.58 0.48
Hex C2 34 5B 0 49 35 18 158 3A 30
Octal 302 64 133 0 111 65 30 530 72 60
Binary 11000010 110100 1011011 0 1001001 110101 11000 101011000 111010 110000

Color Harmonies of #C2345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2345B

Black with #C2345B

Text Example


Text Example

White with #C2345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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