Html Css Color HEX #8C4263 Cadillac

📋 copy color: '#8C4263'

red 140 ◦ green 66 ◦ blue 99

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

Shades of Cadillac #8C4263

Tints of Cadillac #8C4263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 45.9%
G = 21.64%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C4263 (or 0x8C4263) is known color: Cadillac. HEX triplet: 8C, 42 and 63. RGB value is (140,66,99). Sum of RGB (Red+Green+Blue) = 140+66+99=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4263 is #73BD9C. Grayscale: #5B5B5B. Windows color (decimal): -7585181 or 6505100. OLE color: 6505100.

HSL color Cylindrical-coordinate representation of color #8C4263: hue angle of 333.24º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4263 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 99 -
CMYK 0 0.53 0.29 0.45
HSL 333.24º 0.36% 0.4% -
HSV(B) 333.24º 0.53% 0.55% -
XYZ 15.02 10.37 13.02 -
YUV 91.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 140 66 99 0 0.53 0.29 0.45 333.24 0.36 0.4
Hex 8C 42 63 0 35 1D 2D 14D 24 28
Octal 214 102 143 0 65 35 55 515 44 50
Binary 10001100 1000010 1100011 0 110101 11101 101101 101001101 100100 101000

Color Harmonies of #8C4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4263

Black with #8C4263

Text Example


Text Example

White with #8C4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,99); }

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

background-color css

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

 a { background-color: rgb(140,66,99); }

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

border-color css

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

 span { border-color: rgb(140,66,99); }

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