Html Css Color HEX #C74051 Old Rose

📋 copy color: '#C74051'

red 199 ◦ green 64 ◦ blue 81

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

Shades of Old Rose #C74051

Tints of Old Rose #C74051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 57.85%
G = 18.6%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C74051 (or 0xC74051) is known color: Old Rose. HEX triplet: C7, 40 and 51. RGB value is (199,64,81). Sum of RGB (Red+Green+Blue) = 199+64+81=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C74051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74051 is #38BFAE. Grayscale: #6A6A6A. Windows color (decimal): -3719087 or 5324999. OLE color: 5324999.

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

Color convert

RGB 199 64 81 -
CMYK 0 0.68 0.59 0.22
HSL 352.44º 0.55% 0.52% -
HSV(B) 352.44º 0.68% 0.78% -
XYZ 26.87 16.4 9.53 -
YUV 106.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 199 64 81 0 0.68 0.59 0.22 352.44 0.55 0.52
Hex C7 40 51 0 44 3B 16 160 37 34
Octal 307 100 121 0 104 73 26 540 67 64
Binary 11000111 1000000 1010001 0 1000100 111011 10110 101100000 110111 110100

Color Harmonies of #C74051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74051

Black with #C74051

Text Example


Text Example

White with #C74051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74051; }

 p { color: rgb(199,64,81); }

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

background-color css

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

 a { background-color: rgb(199,64,81); }

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

border-color css

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

 span { border-color: rgb(199,64,81); }

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