Html Css Color HEX #C8375E Old Rose

📋 copy color: '#C8375E'

red 200 ◦ green 55 ◦ blue 94

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

Shades of Old Rose #C8375E

Tints of Old Rose #C8375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 57.31%
G = 15.76%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8375E (or 0xC8375E) is known color: Old Rose. HEX triplet: C8, 37 and 5E. RGB value is (200,55,94). Sum of RGB (Red+Green+Blue) = 200+55+94=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8375E is #37C8A1. Grayscale: #666666. Windows color (decimal): -3655842 or 6174664. OLE color: 6174664.

HSL color Cylindrical-coordinate representation of color #C8375E: hue angle of 343.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8375E is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 94 -
CMYK 0 0.72 0.53 0.22
HSL 343.86º 0.57% 0.5% -
HSV(B) 343.86º 0.73% 0.78% -
XYZ 27.21 15.82 12.21 -
YUV 102.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 200 55 94 0 0.72 0.53 0.22 343.86 0.57 0.5
Hex C8 37 5E 0 48 35 16 158 39 32
Octal 310 67 136 0 110 65 26 530 71 62
Binary 11001000 110111 1011110 0 1001000 110101 10110 101011000 111001 110010

Color Harmonies of #C8375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8375E

Black with #C8375E

Text Example


Text Example

White with #C8375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8375E; }

 p { color: rgb(200,55,94); }

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

background-color css

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

 a { background-color: rgb(200,55,94); }

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

border-color css

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

 span { border-color: rgb(200,55,94); }

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