Html Css Color HEX #C8375C Old Rose

📋 copy color: '#C8375C'

red 200 ◦ green 55 ◦ blue 92

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

Shades of Old Rose #C8375C

Tints of Old Rose #C8375C

RGB

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

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

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

R = 57.64%
G = 15.85%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8375C (or 0xC8375C) is known color: Old Rose. HEX triplet: C8, 37 and 5C. RGB value is (200,55,92). Sum of RGB (Red+Green+Blue) = 200+55+92=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8375C is #37C8A3. Grayscale: #666666. Windows color (decimal): -3655844 or 6043592. OLE color: 6043592.

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

Color convert

RGB 200 55 92 -
CMYK 0 0.72 0.54 0.22
HSL 344.69º 0.57% 0.5% -
HSV(B) 344.69º 0.73% 0.78% -
XYZ 27.12 15.78 11.74 -
YUV 102.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 200 55 92 0 0.72 0.54 0.22 344.69 0.57 0.5
Hex C8 37 5C 0 48 36 16 159 39 32
Octal 310 67 134 0 110 66 26 531 71 62
Binary 11001000 110111 1011100 0 1001000 110110 10110 101011001 111001 110010

Color Harmonies of #C8375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8375C

Black with #C8375C

Text Example


Text Example

White with #C8375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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