Html Css Color HEX #8C425B Cadillac

📋 copy color: '#8C425B'

red 140 ◦ green 66 ◦ blue 91

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

Shades of Cadillac #8C425B

Tints of Cadillac #8C425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 47.14%
G = 22.22%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C425B (or 0x8C425B) is known color: Cadillac. HEX triplet: 8C, 42 and 5B. RGB value is (140,66,91). Sum of RGB (Red+Green+Blue) = 140+66+91=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C425B is #73BDA4. Grayscale: #5A5A5A. Windows color (decimal): -7585189 or 5980812. OLE color: 5980812.

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

Color convert

RGB 140 66 91 -
CMYK 0 0.53 0.35 0.45
HSL 339.73º 0.36% 0.4% -
HSV(B) 339.73º 0.53% 0.55% -
XYZ 14.65 10.23 11.1 -
YUV 90.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 140 66 91 0 0.53 0.35 0.45 339.73 0.36 0.4
Hex 8C 42 5B 0 35 23 2D 154 24 28
Octal 214 102 133 0 65 43 55 524 44 50
Binary 10001100 1000010 1011011 0 110101 100011 101101 101010100 100100 101000

Color Harmonies of #8C425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C425B

Black with #8C425B

Text Example


Text Example

White with #8C425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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