Html Css Color HEX #954067 Cadillac

📋 copy color: '#954067'

red 149 ◦ green 64 ◦ blue 103

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

Shades of Cadillac #954067

Tints of Cadillac #954067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 47.15%
G = 20.25%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#954067 (or 0x954067) is known color: Cadillac. HEX triplet: 95, 40 and 67. RGB value is (149,64,103). Sum of RGB (Red+Green+Blue) = 149+64+103=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #954067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954067 is #6ABF98. Grayscale: #5D5D5D. Windows color (decimal): -6995865 or 6766741. OLE color: 6766741.

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

Color convert

RGB 149 64 103 -
CMYK 0 0.57 0.31 0.42
HSL 332.47º 0.4% 0.42% -
HSV(B) 332.47º 0.57% 0.58% -
XYZ 16.68 11.04 14.08 -
YUV 93.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 149 64 103 0 0.57 0.31 0.42 332.47 0.4 0.42
Hex 95 40 67 0 39 1F 2A 14C 28 2A
Octal 225 100 147 0 71 37 52 514 50 52
Binary 10010101 1000000 1100111 0 111001 11111 101010 101001100 101000 101010

Color Harmonies of #954067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954067

Black with #954067

Text Example


Text Example

White with #954067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954067; }

 p { color: rgb(149,64,103); }

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

background-color css

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

 a { background-color: rgb(149,64,103); }

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

border-color css

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

 span { border-color: rgb(149,64,103); }

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