Html Css Color HEX #964768 Cadillac

📋 copy color: '#964768'

red 150 ◦ green 71 ◦ blue 104

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

Shades of Cadillac #964768

Tints of Cadillac #964768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 46.15%
G = 21.85%
B = 32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#964768 (or 0x964768) is known color: Cadillac. HEX triplet: 96, 47 and 68. RGB value is (150,71,104). Sum of RGB (Red+Green+Blue) = 150+71+104=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #964768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964768 is #69B897. Grayscale: #626262. Windows color (decimal): -6928536 or 6834070. OLE color: 6834070.

HSL color Cylindrical-coordinate representation of color #964768: hue angle of 334.94º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964768 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 104 -
CMYK 0 0.53 0.31 0.41
HSL 334.94º 0.36% 0.43% -
HSV(B) 334.94º 0.53% 0.59% -
XYZ 17.33 11.99 14.5 -
YUV 98.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 150 71 104 0 0.53 0.31 0.41 334.94 0.36 0.43
Hex 96 47 68 0 35 1F 29 14F 24 2B
Octal 226 107 150 0 65 37 51 517 44 53
Binary 10010110 1000111 1101000 0 110101 11111 101001 101001111 100100 101011

Color Harmonies of #964768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964768

Black with #964768

Text Example


Text Example

White with #964768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964768; }

 p { color: rgb(150,71,104); }

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

background-color css

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

 a { background-color: rgb(150,71,104); }

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

border-color css

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

 span { border-color: rgb(150,71,104); }

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