Html Css Color HEX #964465 Cadillac

📋 copy color: '#964465'

red 150 ◦ green 68 ◦ blue 101

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

Shades of Cadillac #964465

Tints of Cadillac #964465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 47.02%
G = 21.32%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964465 (or 0x964465) is known color: Cadillac. HEX triplet: 96, 44 and 65. RGB value is (150,68,101). Sum of RGB (Red+Green+Blue) = 150+68+101=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #964465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964465 is #69BB9A. Grayscale: #606060. Windows color (decimal): -6929307 or 6636694. OLE color: 6636694.

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

Color convert

RGB 150 68 101 -
CMYK 0 0.55 0.33 0.41
HSL 335.85º 0.38% 0.43% -
HSV(B) 335.85º 0.55% 0.59% -
XYZ 16.99 11.56 13.65 -
YUV 96.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 150 68 101 0 0.55 0.33 0.41 335.85 0.38 0.43
Hex 96 44 65 0 37 21 29 150 26 2B
Octal 226 104 145 0 67 41 51 520 46 53
Binary 10010110 1000100 1100101 0 110111 100001 101001 101010000 100110 101011

Color Harmonies of #964465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964465

Black with #964465

Text Example


Text Example

White with #964465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964465; }

 p { color: rgb(150,68,101); }

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

background-color css

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

 a { background-color: rgb(150,68,101); }

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

border-color css

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

 span { border-color: rgb(150,68,101); }

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