Html Css Color HEX #C8355B Old Rose

📋 copy color: '#C8355B'

red 200 ◦ green 53 ◦ blue 91

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

Shades of Old Rose #C8355B

Tints of Old Rose #C8355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 58.14%
G = 15.41%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8355B (or 0xC8355B) is known color: Old Rose. HEX triplet: C8, 35 and 5B. RGB value is (200,53,91). Sum of RGB (Red+Green+Blue) = 200+53+91=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8355B is #37CAA4. Grayscale: #656565. Windows color (decimal): -3656357 or 5977544. OLE color: 5977544.

HSL color Cylindrical-coordinate representation of color #C8355B: hue angle of 344.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8355B is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 91 -
CMYK 0 0.74 0.54 0.22
HSL 344.49º 0.58% 0.5% -
HSV(B) 344.49º 0.74% 0.78% -
XYZ 26.98 15.58 11.48 -
YUV 101.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 200 53 91 0 0.74 0.54 0.22 344.49 0.58 0.5
Hex C8 35 5B 0 4A 36 16 158 3A 32
Octal 310 65 133 0 112 66 26 530 72 62
Binary 11001000 110101 1011011 0 1001010 110110 10110 101011000 111010 110010

Color Harmonies of #C8355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8355B

Black with #C8355B

Text Example


Text Example

White with #C8355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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