Html Css Color HEX #954366 Cadillac

📋 copy color: '#954366'

red 149 ◦ green 67 ◦ blue 102

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

Shades of Cadillac #954366

Tints of Cadillac #954366

RGB

 RED value IS 149 (58.59% from 255) = 46.86%

 GREEN value IS 67 (26.56% from 255) = 21.07%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 46.86%
G = 21.07%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#954366 (or 0x954366) is known color: Cadillac. HEX triplet: 95, 43 and 66. RGB value is (149,67,102). Sum of RGB (Red+Green+Blue) = 149+67+102=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954366 is #6ABC99. Grayscale: #5F5F5F. Windows color (decimal): -6995098 or 6701973. OLE color: 6701973.

HSL color Cylindrical-coordinate representation of color #954366: hue angle of 334.39º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954366 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 102 -
CMYK 0 0.55 0.32 0.42
HSL 334.39º 0.38% 0.42% -
HSV(B) 334.39º 0.55% 0.58% -
XYZ 16.8 11.36 13.88 -
YUV 95.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 149 67 102 0 0.55 0.32 0.42 334.39 0.38 0.42
Hex 95 43 66 0 37 20 2A 14E 26 2A
Octal 225 103 146 0 67 40 52 516 46 52
Binary 10010101 1000011 1100110 0 110111 100000 101010 101001110 100110 101010

Color Harmonies of #954366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954366

Black with #954366

Text Example


Text Example

White with #954366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954366; }

 p { color: rgb(149,67,102); }

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

background-color css

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

 a { background-color: rgb(149,67,102); }

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

border-color css

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

 span { border-color: rgb(149,67,102); }

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