Html Css Color HEX #C7275C Old Rose

📋 copy color: '#C7275C'

red 199 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C7275C

Tints of Old Rose #C7275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.82%

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

R = 60.3%
G = 11.82%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7275C (or 0xC7275C) is known color: Old Rose. HEX triplet: C7, 27 and 5C. RGB value is (199,39,92). Sum of RGB (Red+Green+Blue) = 199+39+92=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7275C is #38D8A3. Grayscale: #5C5C5C. Windows color (decimal): -3725476 or 6039495. OLE color: 6039495.

HSL color Cylindrical-coordinate representation of color #C7275C: hue angle of 340.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7275C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 39 92 -
CMYK 0 0.80 0.54 0.22
HSL 340.13º 0.67% 0.47% -
HSV(B) 340.13º 0.8% 0.78% -
XYZ 26.21 14.37 11.52 -
YUV 92.88 127.51 203.69 -
System Red Green Blue C M Y K H S L
Decimal 199 39 92 0 0.80 0.54 0.22 340.13 0.67 0.47
Hex C7 27 5C 0 50 36 16 154 43 2F
Octal 307 47 134 0 120 66 26 524 103 57
Binary 11000111 100111 1011100 0 1010000 110110 10110 101010100 1000011 101111

Color Harmonies of #C7275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7275C

Black with #C7275C

Text Example


Text Example

White with #C7275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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