Html Css Color HEX #C7334C Old Rose

📋 copy color: '#C7334C'

red 199 ◦ green 51 ◦ blue 76

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

Shades of Old Rose #C7334C

Tints of Old Rose #C7334C

RGB

 RED value IS 199 (78.13% from 255) = 61.04%

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

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

R = 61.04%
G = 15.64%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7334C (or 0xC7334C) is known color: Old Rose. HEX triplet: C7, 33 and 4C. RGB value is (199,51,76). Sum of RGB (Red+Green+Blue) = 199+51+76=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7334C is #38CCB3. Grayscale: #626262. Windows color (decimal): -3722420 or 4993991. OLE color: 4993991.

HSL color Cylindrical-coordinate representation of color #C7334C: hue angle of 349.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7334C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 51 76 -
CMYK 0 0.74 0.62 0.22
HSL 349.86º 0.59% 0.49% -
HSV(B) 349.86º 0.74% 0.78% -
XYZ 26.04 15.03 8.37 -
YUV 98.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 199 51 76 0 0.74 0.62 0.22 349.86 0.59 0.49
Hex C7 33 4C 0 4A 3E 16 15E 3B 31
Octal 307 63 114 0 112 76 26 536 73 61
Binary 11000111 110011 1001100 0 1001010 111110 10110 101011110 111011 110001

Color Harmonies of #C7334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7334C

Black with #C7334C

Text Example


Text Example

White with #C7334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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