Html Css Color HEX #C7225C Old Rose

📋 copy color: '#C7225C'

red 199 ◦ green 34 ◦ blue 92

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

Shades of Old Rose #C7225C

Tints of Old Rose #C7225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 61.23%
G = 10.46%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7225C (or 0xC7225C) is known color: Old Rose. HEX triplet: C7, 22 and 5C. RGB value is (199,34,92). Sum of RGB (Red+Green+Blue) = 199+34+92=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7225C is #38DDA3. Grayscale: #595959. Windows color (decimal): -3726756 or 6038215. OLE color: 6038215.

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

Color convert

RGB 199 34 92 -
CMYK 0 0.83 0.54 0.22
HSL 338.91º 0.71% 0.46% -
HSV(B) 338.91º 0.83% 0.78% -
XYZ 26.06 14.06 11.47 -
YUV 89.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 199 34 92 0 0.83 0.54 0.22 338.91 0.71 0.46
Hex C7 22 5C 0 53 36 16 153 47 2E
Octal 307 42 134 0 123 66 26 523 107 56
Binary 11000111 100010 1011100 0 1010011 110110 10110 101010011 1000111 101110

Color Harmonies of #C7225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7225C

Black with #C7225C

Text Example


Text Example

White with #C7225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7225C; }

 p { color: rgb(199,34,92); }

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

background-color css

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

 a { background-color: rgb(199,34,92); }

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

border-color css

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

 span { border-color: rgb(199,34,92); }

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