Html Css Color HEX #C8275F Old Rose

📋 copy color: '#C8275F'

red 200 ◦ green 39 ◦ blue 95

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

Shades of Old Rose #C8275F

Tints of Old Rose #C8275F

RGB

 RED value IS 200 (78.52% from 255) = 59.88%

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

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

R = 59.88%
G = 11.68%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8275F (or 0xC8275F) is known color: Old Rose. HEX triplet: C8, 27 and 5F. RGB value is (200,39,95). Sum of RGB (Red+Green+Blue) = 200+39+95=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8275F is #37D8A0. Grayscale: #5D5D5D. Windows color (decimal): -3659937 or 6236104. OLE color: 6236104.

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

Color convert

RGB 200 39 95 -
CMYK 0 0.80 0.52 0.22
HSL 339.13º 0.67% 0.47% -
HSV(B) 339.13º 0.81% 0.78% -
XYZ 26.61 14.56 12.23 -
YUV 93.52 128.84 203.95 -
System Red Green Blue C M Y K H S L
Decimal 200 39 95 0 0.80 0.52 0.22 339.13 0.67 0.47
Hex C8 27 5F 0 50 34 16 153 43 2F
Octal 310 47 137 0 120 64 26 523 103 57
Binary 11001000 100111 1011111 0 1010000 110100 10110 101010011 1000011 101111

Color Harmonies of #C8275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8275F

Black with #C8275F

Text Example


Text Example

White with #C8275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8275F; }

 p { color: rgb(200,39,95); }

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

background-color css

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

 a { background-color: rgb(200,39,95); }

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

border-color css

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

 span { border-color: rgb(200,39,95); }

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