Html Css Color HEX #C7264D Old Rose

📋 copy color: '#C7264D'

red 199 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #C7264D

Tints of Old Rose #C7264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 63.38%
G = 12.1%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7264D (or 0xC7264D) is known color: Old Rose. HEX triplet: C7, 26 and 4D. RGB value is (199,38,77). Sum of RGB (Red+Green+Blue) = 199+38+77=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7264D is #38D9B2. Grayscale: #5A5A5A. Windows color (decimal): -3725747 or 5056199. OLE color: 5056199.

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

Color convert

RGB 199 38 77 -
CMYK 0 0.81 0.61 0.22
HSL 345.47º 0.68% 0.46% -
HSV(B) 345.47º 0.81% 0.78% -
XYZ 25.59 14.06 8.39 -
YUV 90.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 199 38 77 0 0.81 0.61 0.22 345.47 0.68 0.46
Hex C7 26 4D 0 51 3D 16 159 44 2E
Octal 307 46 115 0 121 75 26 531 104 56
Binary 11000111 100110 1001101 0 1010001 111101 10110 101011001 1000100 101110

Color Harmonies of #C7264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7264D

Black with #C7264D

Text Example


Text Example

White with #C7264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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