Html Css Color HEX #C2334C Old Rose

📋 copy color: '#C2334C'

red 194 ◦ green 51 ◦ blue 76

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

Shades of Old Rose #C2334C

Tints of Old Rose #C2334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 60.44%
G = 15.89%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2334C (or 0xC2334C) is known color: Old Rose. HEX triplet: C2, 33 and 4C. RGB value is (194,51,76). Sum of RGB (Red+Green+Blue) = 194+51+76=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2334C is #3DCCB3. Grayscale: #606060. Windows color (decimal): -4050100 or 4993986. OLE color: 4993986.

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

Color convert

RGB 194 51 76 -
CMYK 0 0.74 0.61 0.24
HSL 349.51º 0.58% 0.48% -
HSV(B) 349.51º 0.74% 0.76% -
XYZ 24.74 14.36 8.31 -
YUV 96.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 194 51 76 0 0.74 0.61 0.24 349.51 0.58 0.48
Hex C2 33 4C 0 4A 3D 18 15E 3A 30
Octal 302 63 114 0 112 75 30 536 72 60
Binary 11000010 110011 1001100 0 1001010 111101 11000 101011110 111010 110000

Color Harmonies of #C2334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2334C

Black with #C2334C

Text Example


Text Example

White with #C2334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2334C; }

 p { color: rgb(194,51,76); }

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

background-color css

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

 a { background-color: rgb(194,51,76); }

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

border-color css

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

 span { border-color: rgb(194,51,76); }

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