Html Css Color HEX #8C425F Cadillac

📋 copy color: '#8C425F'

red 140 ◦ green 66 ◦ blue 95

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

Shades of Cadillac #8C425F

Tints of Cadillac #8C425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 46.51%
G = 21.93%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C425F (or 0x8C425F) is known color: Cadillac. HEX triplet: 8C, 42 and 5F. RGB value is (140,66,95). Sum of RGB (Red+Green+Blue) = 140+66+95=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C425F is #73BDA0. Grayscale: #5B5B5B. Windows color (decimal): -7585185 or 6242956. OLE color: 6242956.

HSL color Cylindrical-coordinate representation of color #8C425F: hue angle of 336.49º 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 #8C425F is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 95 -
CMYK 0 0.53 0.32 0.45
HSL 336.49º 0.36% 0.4% -
HSV(B) 336.49º 0.53% 0.55% -
XYZ 14.83 10.3 12.03 -
YUV 91.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 140 66 95 0 0.53 0.32 0.45 336.49 0.36 0.4
Hex 8C 42 5F 0 35 20 2D 150 24 28
Octal 214 102 137 0 65 40 55 520 44 50
Binary 10001100 1000010 1011111 0 110101 100000 101101 101010000 100100 101000

Color Harmonies of #8C425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C425F

Black with #8C425F

Text Example


Text Example

White with #8C425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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