Html Css Color HEX #C8355C Old Rose

📋 copy color: '#C8355C'

red 200 ◦ green 53 ◦ blue 92

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

Shades of Old Rose #C8355C

Tints of Old Rose #C8355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 57.97%
G = 15.36%
B = 26.67%

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

#C8355C (or 0xC8355C) is known color: Old Rose. HEX triplet: C8, 35 and 5C. RGB value is (200,53,92). Sum of RGB (Red+Green+Blue) = 200+53+92=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8355C is #37CAA3. Grayscale: #656565. Windows color (decimal): -3656356 or 6043080. OLE color: 6043080.

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

Color convert

RGB 200 53 92 -
CMYK 0 0.74 0.54 0.22
HSL 344.08º 0.58% 0.5% -
HSV(B) 344.08º 0.74% 0.78% -
XYZ 27.02 15.6 11.71 -
YUV 101.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 200 53 92 0 0.74 0.54 0.22 344.08 0.58 0.5
Hex C8 35 5C 0 4A 36 16 158 3A 32
Octal 310 65 134 0 112 66 26 530 72 62
Binary 11001000 110101 1011100 0 1001010 110110 10110 101011000 111010 110010

Color Harmonies of #C8355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8355C

Black with #C8355C

Text Example


Text Example

White with #C8355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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