Html Css Color HEX #8C384C Camelot

📋 copy color: '#8C384C'

red 140 ◦ green 56 ◦ blue 76

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

Shades of Camelot #8C384C

Tints of Camelot #8C384C

RGB

 RED value IS 140 (55.08% from 255) = 51.47%

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 51.47%
G = 20.59%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C384C (or 0x8C384C) is known color: Camelot. HEX triplet: 8C, 38 and 4C. RGB value is (140,56,76). Sum of RGB (Red+Green+Blue) = 140+56+76=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C384C is #73C7B3. Grayscale: #535353. Windows color (decimal): -7587764 or 4995212. OLE color: 4995212.

HSL color Cylindrical-coordinate representation of color #8C384C: hue angle of 345.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C384C is Cyan = 0, Magento = 0.6, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 56 76 -
CMYK 0 0.6 0.46 0.45
HSL 345.71º 0.43% 0.38% -
HSV(B) 345.71º 0.6% 0.55% -
XYZ 13.53 8.93 7.85 -
YUV 83.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 140 56 76 0 0.6 0.46 0.45 345.71 0.43 0.38
Hex 8C 38 4C 0 3C 2E 2D 15A 2B 26
Octal 214 70 114 0 74 56 55 532 53 46
Binary 10001100 111000 1001100 0 111100 101110 101101 101011010 101011 100110

Color Harmonies of #8C384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C384C

Black with #8C384C

Text Example


Text Example

White with #8C384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C384C; }

 p { color: rgb(140,56,76); }

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

background-color css

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

 a { background-color: rgb(140,56,76); }

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

border-color css

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

 span { border-color: rgb(140,56,76); }

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