Html Css Color HEX #C8295C Old Rose

📋 copy color: '#C8295C'

red 200 ◦ green 41 ◦ blue 92

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

Shades of Old Rose #C8295C

Tints of Old Rose #C8295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

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

R = 60.06%
G = 12.31%
B = 27.63%

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

#C8295C (or 0xC8295C) is known color: Old Rose. HEX triplet: C8, 29 and 5C. RGB value is (200,41,92). Sum of RGB (Red+Green+Blue) = 200+41+92=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8295C is #37D6A3. Grayscale: #5E5E5E. Windows color (decimal): -3659428 or 6040008. OLE color: 6040008.

HSL color Cylindrical-coordinate representation of color #C8295C: hue angle of 340.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8295C is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 92 -
CMYK 0 0.80 0.54 0.22
HSL 340.75º 0.66% 0.47% -
HSV(B) 340.75º 0.8% 0.78% -
XYZ 26.54 14.64 11.55 -
YUV 94.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 200 41 92 0 0.80 0.54 0.22 340.75 0.66 0.47
Hex C8 29 5C 0 50 36 16 155 42 2F
Octal 310 51 134 0 120 66 26 525 102 57
Binary 11001000 101001 1011100 0 1010000 110110 10110 101010101 1000010 101111

Color Harmonies of #C8295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8295C

Black with #C8295C

Text Example


Text Example

White with #C8295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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