Html Css Color HEX #C7264A Old Rose

📋 copy color: '#C7264A'

red 199 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #C7264A

Tints of Old Rose #C7264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 63.99%
G = 12.22%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7264A (or 0xC7264A) is known color: Old Rose. HEX triplet: C7, 26 and 4A. RGB value is (199,38,74). Sum of RGB (Red+Green+Blue) = 199+38+74=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7264A is #38D9B5. Grayscale: #5A5A5A. Windows color (decimal): -3725750 or 4859591. OLE color: 4859591.

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

Color convert

RGB 199 38 74 -
CMYK 0 0.81 0.63 0.22
HSL 346.58º 0.68% 0.46% -
HSV(B) 346.58º 0.81% 0.78% -
XYZ 25.48 14.02 7.84 -
YUV 90.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 199 38 74 0 0.81 0.63 0.22 346.58 0.68 0.46
Hex C7 26 4A 0 51 3F 16 15B 44 2E
Octal 307 46 112 0 121 77 26 533 104 56
Binary 11000111 100110 1001010 0 1010001 111111 10110 101011011 1000100 101110

Color Harmonies of #C7264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7264A

Black with #C7264A

Text Example


Text Example

White with #C7264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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