Html Css Color HEX #964B6D Cadillac

📋 copy color: '#964B6D'

red 150 ◦ green 75 ◦ blue 109

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

Shades of Cadillac #964B6D

Tints of Cadillac #964B6D

RGB

 RED value IS 150 (58.98% from 255) = 44.91%

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 44.91%
G = 22.46%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#964B6D (or 0x964B6D) is known color: Cadillac. HEX triplet: 96, 4B and 6D. RGB value is (150,75,109). Sum of RGB (Red+Green+Blue) = 150+75+109=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B6D is #69B492. Grayscale: #656565. Windows color (decimal): -6927507 or 7162774. OLE color: 7162774.

HSL color Cylindrical-coordinate representation of color #964B6D: hue angle of 332.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B6D is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 75 109 -
CMYK 0 0.5 0.27 0.41
HSL 332.8º 0.33% 0.44% -
HSV(B) 332.8º 0.5% 0.59% -
XYZ 17.85 12.62 15.96 -
YUV 101.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 150 75 109 0 0.5 0.27 0.41 332.8 0.33 0.44
Hex 96 4B 6D 0 32 1B 29 14D 21 2C
Octal 226 113 155 0 62 33 51 515 41 54
Binary 10010110 1001011 1101101 0 110010 11011 101001 101001101 100001 101100

Color Harmonies of #964B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B6D

Black with #964B6D

Text Example


Text Example

White with #964B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964B6D; }

 p { color: rgb(150,75,109); }

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

background-color css

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

 a { background-color: rgb(150,75,109); }

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

border-color css

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

 span { border-color: rgb(150,75,109); }

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