Html Css Color HEX #964A68 Cadillac

📋 copy color: '#964A68'

red 150 ◦ green 74 ◦ blue 104

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

Shades of Cadillac #964A68

Tints of Cadillac #964A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

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

R = 45.73%
G = 22.56%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#964A68 (or 0x964A68) is known color: Cadillac. HEX triplet: 96, 4A and 68. RGB value is (150,74,104). Sum of RGB (Red+Green+Blue) = 150+74+104=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #964A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A68 is #69B597. Grayscale: #646464. Windows color (decimal): -6927768 or 6834838. OLE color: 6834838.

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

Color convert

RGB 150 74 104 -
CMYK 0 0.51 0.31 0.41
HSL 336.32º 0.34% 0.44% -
HSV(B) 336.32º 0.51% 0.59% -
XYZ 17.53 12.38 14.56 -
YUV 100.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 150 74 104 0 0.51 0.31 0.41 336.32 0.34 0.44
Hex 96 4A 68 0 33 1F 29 150 22 2C
Octal 226 112 150 0 63 37 51 520 42 54
Binary 10010110 1001010 1101000 0 110011 11111 101001 101010000 100010 101100

Color Harmonies of #964A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A68

Black with #964A68

Text Example


Text Example

White with #964A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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