Html Css Color HEX #C8295A Old Rose

📋 copy color: '#C8295A'

red 200 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #C8295A

Tints of Old Rose #C8295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 60.42%
G = 12.39%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8295A (or 0xC8295A) is known color: Old Rose. HEX triplet: C8, 29 and 5A. RGB value is (200,41,90). Sum of RGB (Red+Green+Blue) = 200+41+90=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8295A is #37D6A5. Grayscale: #5E5E5E. Windows color (decimal): -3659430 or 5908936. OLE color: 5908936.

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

Color convert

RGB 200 41 90 -
CMYK 0 0.80 0.55 0.22
HSL 341.51º 0.66% 0.47% -
HSV(B) 341.51º 0.8% 0.78% -
XYZ 26.46 14.6 11.1 -
YUV 94.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 200 41 90 0 0.80 0.55 0.22 341.51 0.66 0.47
Hex C8 29 5A 0 50 37 16 156 42 2F
Octal 310 51 132 0 120 67 26 526 102 57
Binary 11001000 101001 1011010 0 1010000 110111 10110 101010110 1000010 101111

Color Harmonies of #C8295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8295A

Black with #C8295A

Text Example


Text Example

White with #C8295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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