Html Css Color HEX #C8325C Old Rose

📋 copy color: '#C8325C'

red 200 ◦ green 50 ◦ blue 92

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

Shades of Old Rose #C8325C

Tints of Old Rose #C8325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

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

R = 58.48%
G = 14.62%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8325C (or 0xC8325C) is known color: Old Rose. HEX triplet: C8, 32 and 5C. RGB value is (200,50,92). Sum of RGB (Red+Green+Blue) = 200+50+92=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8325C is #37CDA3. Grayscale: #636363. Windows color (decimal): -3657124 or 6042312. OLE color: 6042312.

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

Color convert

RGB 200 50 92 -
CMYK 0 0.75 0.54 0.22
HSL 343.2º 0.6% 0.49% -
HSV(B) 343.2º 0.75% 0.78% -
XYZ 26.89 15.33 11.67 -
YUV 99.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 200 50 92 0 0.75 0.54 0.22 343.2 0.6 0.49
Hex C8 32 5C 0 4B 36 16 157 3C 31
Octal 310 62 134 0 113 66 26 527 74 61
Binary 11001000 110010 1011100 0 1001011 110110 10110 101010111 111100 110001

Color Harmonies of #C8325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8325C

Black with #C8325C

Text Example


Text Example

White with #C8325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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