Html Css Color HEX #C8225B Old Rose

📋 copy color: '#C8225B'

red 200 ◦ green 34 ◦ blue 91

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

Shades of Old Rose #C8225B

Tints of Old Rose #C8225B

RGB

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

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

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

R = 61.54%
G = 10.46%
B = 28%

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

#C8225B (or 0xC8225B) is known color: Old Rose. HEX triplet: C8, 22 and 5B. RGB value is (200,34,91). Sum of RGB (Red+Green+Blue) = 200+34+91=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8225B is #37DDA4. Grayscale: #5A5A5A. Windows color (decimal): -3661221 or 5972680. OLE color: 5972680.

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

Color convert

RGB 200 34 91 -
CMYK 0 0.83 0.54 0.22
HSL 339.4º 0.71% 0.46% -
HSV(B) 339.4º 0.83% 0.78% -
XYZ 26.28 14.18 11.25 -
YUV 90.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 200 34 91 0 0.83 0.54 0.22 339.4 0.71 0.46
Hex C8 22 5B 0 53 36 16 153 47 2E
Octal 310 42 133 0 123 66 26 523 107 56
Binary 11001000 100010 1011011 0 1010011 110110 10110 101010011 1000111 101110

Color Harmonies of #C8225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8225B

Black with #C8225B

Text Example


Text Example

White with #C8225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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