Html Css Color HEX #C7334F Old Rose

📋 copy color: '#C7334F'

red 199 ◦ green 51 ◦ blue 79

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

Shades of Old Rose #C7334F

Tints of Old Rose #C7334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.01%

R = 60.49%
G = 15.5%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7334F (or 0xC7334F) is known color: Old Rose. HEX triplet: C7, 33 and 4F. RGB value is (199,51,79). Sum of RGB (Red+Green+Blue) = 199+51+79=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7334F is #38CCB0. Grayscale: #626262. Windows color (decimal): -3722417 or 5190599. OLE color: 5190599.

HSL color Cylindrical-coordinate representation of color #C7334F: hue angle of 348.65º 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 #C7334F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 51 79 -
CMYK 0 0.74 0.60 0.22
HSL 348.65º 0.59% 0.49% -
HSV(B) 348.65º 0.74% 0.78% -
XYZ 26.15 15.07 8.93 -
YUV 98.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 199 51 79 0 0.74 0.60 0.22 348.65 0.59 0.49
Hex C7 33 4F 0 4A 3C 16 15D 3B 31
Octal 307 63 117 0 112 74 26 535 73 61
Binary 11000111 110011 1001111 0 1001010 111100 10110 101011101 111011 110001

Color Harmonies of #C7334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7334F

Black with #C7334F

Text Example


Text Example

White with #C7334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7334F; }

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

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

background-color css

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

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

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

border-color css

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

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

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