Html Css Color HEX #C8294B Old Rose

📋 copy color: '#C8294B'

red 200 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #C8294B

Tints of Old Rose #C8294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 63.29%
G = 12.97%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8294B (or 0xC8294B) is known color: Old Rose. HEX triplet: C8, 29 and 4B. RGB value is (200,41,75). Sum of RGB (Red+Green+Blue) = 200+41+75=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8294B is #37D6B4. Grayscale: #5C5C5C. Windows color (decimal): -3659445 or 4925896. OLE color: 4925896.

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

Color convert

RGB 200 41 75 -
CMYK 0 0.80 0.62 0.22
HSL 347.17º 0.66% 0.47% -
HSV(B) 347.17º 0.8% 0.78% -
XYZ 25.88 14.37 8.07 -
YUV 92.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 200 41 75 0 0.80 0.62 0.22 347.17 0.66 0.47
Hex C8 29 4B 0 50 3E 16 15B 42 2F
Octal 310 51 113 0 120 76 26 533 102 57
Binary 11001000 101001 1001011 0 1010000 111110 10110 101011011 1000010 101111

Color Harmonies of #C8294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8294B

Black with #C8294B

Text Example


Text Example

White with #C8294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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