Html Css Color HEX #C7275A Old Rose

📋 copy color: '#C7275A'

red 199 ◦ green 39 ◦ blue 90

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

Shades of Old Rose #C7275A

Tints of Old Rose #C7275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 60.67%
G = 11.89%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7275A (or 0xC7275A) is known color: Old Rose. HEX triplet: C7, 27 and 5A. RGB value is (199,39,90). Sum of RGB (Red+Green+Blue) = 199+39+90=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7275A is #38D8A5. Grayscale: #5C5C5C. Windows color (decimal): -3725478 or 5908423. OLE color: 5908423.

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

Color convert

RGB 199 39 90 -
CMYK 0 0.80 0.55 0.22
HSL 340.88º 0.67% 0.47% -
HSV(B) 340.88º 0.8% 0.78% -
XYZ 26.12 14.33 11.06 -
YUV 92.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 199 39 90 0 0.80 0.55 0.22 340.88 0.67 0.47
Hex C7 27 5A 0 50 37 16 155 43 2F
Octal 307 47 132 0 120 67 26 525 103 57
Binary 11000111 100111 1011010 0 1010000 110111 10110 101010101 1000011 101111

Color Harmonies of #C7275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7275A

Black with #C7275A

Text Example


Text Example

White with #C7275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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