Html Css Color HEX #C8365C Old Rose

📋 copy color: '#C8365C'

red 200 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #C8365C

Tints of Old Rose #C8365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 57.8%
G = 15.61%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8365C (or 0xC8365C) is known color: Old Rose. HEX triplet: C8, 36 and 5C. RGB value is (200,54,92). Sum of RGB (Red+Green+Blue) = 200+54+92=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8365C is #37C9A3. Grayscale: #656565. Windows color (decimal): -3656100 or 6043336. OLE color: 6043336.

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

Color convert

RGB 200 54 92 -
CMYK 0 0.73 0.54 0.22
HSL 344.38º 0.57% 0.5% -
HSV(B) 344.38º 0.73% 0.78% -
XYZ 27.07 15.69 11.73 -
YUV 101.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 200 54 92 0 0.73 0.54 0.22 344.38 0.57 0.5
Hex C8 36 5C 0 49 36 16 158 39 32
Octal 310 66 134 0 111 66 26 530 71 62
Binary 11001000 110110 1011100 0 1001001 110110 10110 101011000 111001 110010

Color Harmonies of #C8365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8365C

Black with #C8365C

Text Example


Text Example

White with #C8365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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