Html Css Color HEX #C7334A Old Rose

📋 copy color: '#C7334A'

red 199 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #C7334A

Tints of Old Rose #C7334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 61.42%
G = 15.74%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7334A (or 0xC7334A) is known color: Old Rose. HEX triplet: C7, 33 and 4A. RGB value is (199,51,74). Sum of RGB (Red+Green+Blue) = 199+51+74=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7334A is #38CCB5. Grayscale: #616161. Windows color (decimal): -3722422 or 4862919. OLE color: 4862919.

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

Color convert

RGB 199 51 74 -
CMYK 0 0.74 0.63 0.22
HSL 350.68º 0.59% 0.49% -
HSV(B) 350.68º 0.74% 0.78% -
XYZ 25.97 15 8.01 -
YUV 97.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 199 51 74 0 0.74 0.63 0.22 350.68 0.59 0.49
Hex C7 33 4A 0 4A 3F 16 15F 3B 31
Octal 307 63 112 0 112 77 26 537 73 61
Binary 11000111 110011 1001010 0 1001010 111111 10110 101011111 111011 110001

Color Harmonies of #C7334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7334A

Black with #C7334A

Text Example


Text Example

White with #C7334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7334A; }

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

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

background-color css

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

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

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

border-color css

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

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

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