Html Css Color HEX #964765 Cadillac

📋 copy color: '#964765'

red 150 ◦ green 71 ◦ blue 101

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

Shades of Cadillac #964765

Tints of Cadillac #964765

RGB

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

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

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

R = 46.58%
G = 22.05%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964765 (or 0x964765) is known color: Cadillac. HEX triplet: 96, 47 and 65. RGB value is (150,71,101). Sum of RGB (Red+Green+Blue) = 150+71+101=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #964765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964765 is #69B89A. Grayscale: #626262. Windows color (decimal): -6928539 or 6637462. OLE color: 6637462.

HSL color Cylindrical-coordinate representation of color #964765: hue angle of 337.22º 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 #964765 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 101 -
CMYK 0 0.53 0.33 0.41
HSL 337.22º 0.36% 0.43% -
HSV(B) 337.22º 0.53% 0.59% -
XYZ 17.18 11.93 13.71 -
YUV 98.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 150 71 101 0 0.53 0.33 0.41 337.22 0.36 0.43
Hex 96 47 65 0 35 21 29 151 24 2B
Octal 226 107 145 0 65 41 51 521 44 53
Binary 10010110 1000111 1100101 0 110101 100001 101001 101010001 100100 101011

Color Harmonies of #964765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964765

Black with #964765

Text Example


Text Example

White with #964765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964765; }

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

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

background-color css

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

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

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

border-color css

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

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

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