Html Css Color HEX #C8375A Old Rose

📋 copy color: '#C8375A'

red 200 ◦ green 55 ◦ blue 90

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

Shades of Old Rose #C8375A

Tints of Old Rose #C8375A

RGB

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

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

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

R = 57.97%
G = 15.94%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8375A (or 0xC8375A) is known color: Old Rose. HEX triplet: C8, 37 and 5A. RGB value is (200,55,90). Sum of RGB (Red+Green+Blue) = 200+55+90=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8375A is #37C8A5. Grayscale: #666666. Windows color (decimal): -3655846 or 5912520. OLE color: 5912520.

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

Color convert

RGB 200 55 90 -
CMYK 0 0.72 0.55 0.22
HSL 345.52º 0.57% 0.5% -
HSV(B) 345.52º 0.73% 0.78% -
XYZ 27.03 15.75 11.29 -
YUV 102.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 200 55 90 0 0.72 0.55 0.22 345.52 0.57 0.5
Hex C8 37 5A 0 48 37 16 15A 39 32
Octal 310 67 132 0 110 67 26 532 71 62
Binary 11001000 110111 1011010 0 1001000 110111 10110 101011010 111001 110010

Color Harmonies of #C8375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8375A

Black with #C8375A

Text Example


Text Example

White with #C8375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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