Html Css Color HEX #C8275B Old Rose

📋 copy color: '#C8275B'

red 200 ◦ green 39 ◦ blue 91

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

Shades of Old Rose #C8275B

Tints of Old Rose #C8275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 60.61%
G = 11.82%
B = 27.58%

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

#C8275B (or 0xC8275B) is known color: Old Rose. HEX triplet: C8, 27 and 5B. RGB value is (200,39,91). Sum of RGB (Red+Green+Blue) = 200+39+91=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8275B is #37D8A4. Grayscale: #5D5D5D. Windows color (decimal): -3659941 or 5973960. OLE color: 5973960.

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

Color convert

RGB 200 39 91 -
CMYK 0 0.80 0.54 0.22
HSL 340.62º 0.67% 0.47% -
HSV(B) 340.62º 0.81% 0.78% -
XYZ 26.43 14.49 11.3 -
YUV 93.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 200 39 91 0 0.80 0.54 0.22 340.62 0.67 0.47
Hex C8 27 5B 0 50 36 16 155 43 2F
Octal 310 47 133 0 120 66 26 525 103 57
Binary 11001000 100111 1011011 0 1010000 110110 10110 101010101 1000011 101111

Color Harmonies of #C8275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8275B

Black with #C8275B

Text Example


Text Example

White with #C8275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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