Html Css Color HEX #C7264C Old Rose

📋 copy color: '#C7264C'

red 199 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #C7264C

Tints of Old Rose #C7264C

RGB

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

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

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

R = 63.58%
G = 12.14%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7264C (or 0xC7264C) is known color: Old Rose. HEX triplet: C7, 26 and 4C. RGB value is (199,38,76). Sum of RGB (Red+Green+Blue) = 199+38+76=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7264C is #38D9B3. Grayscale: #5A5A5A. Windows color (decimal): -3725748 or 4990663. OLE color: 4990663.

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

Color convert

RGB 199 38 76 -
CMYK 0 0.81 0.62 0.22
HSL 345.84º 0.68% 0.46% -
HSV(B) 345.84º 0.81% 0.78% -
XYZ 25.55 14.05 8.2 -
YUV 90.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 199 38 76 0 0.81 0.62 0.22 345.84 0.68 0.46
Hex C7 26 4C 0 51 3E 16 15A 44 2E
Octal 307 46 114 0 121 76 26 532 104 56
Binary 11000111 100110 1001100 0 1010001 111110 10110 101011010 1000100 101110

Color Harmonies of #C7264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7264C

Black with #C7264C

Text Example


Text Example

White with #C7264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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