Html Css Color HEX #C7265F Old Rose

📋 copy color: '#C7265F'

red 199 ◦ green 38 ◦ blue 95

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

Shades of Old Rose #C7265F

Tints of Old Rose #C7265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 59.94%
G = 11.45%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7265F (or 0xC7265F) is known color: Old Rose. HEX triplet: C7, 26 and 5F. RGB value is (199,38,95). Sum of RGB (Red+Green+Blue) = 199+38+95=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7265F is #38D9A0. Grayscale: #5C5C5C. Windows color (decimal): -3725729 or 6235847. OLE color: 6235847.

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

Color convert

RGB 199 38 95 -
CMYK 0 0.81 0.52 0.22
HSL 338.76º 0.68% 0.46% -
HSV(B) 338.76º 0.81% 0.78% -
XYZ 26.31 14.35 12.21 -
YUV 92.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 199 38 95 0 0.81 0.52 0.22 338.76 0.68 0.46
Hex C7 26 5F 0 51 34 16 153 44 2E
Octal 307 46 137 0 121 64 26 523 104 56
Binary 11000111 100110 1011111 0 1010001 110100 10110 101010011 1000100 101110

Color Harmonies of #C7265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7265F

Black with #C7265F

Text Example


Text Example

White with #C7265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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