Html Css Color HEX #964B65 Cadillac

📋 copy color: '#964B65'

red 150 ◦ green 75 ◦ blue 101

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

Shades of Cadillac #964B65

Tints of Cadillac #964B65

RGB

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

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

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

R = 46.01%
G = 23.01%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964B65 (or 0x964B65) is known color: Cadillac. HEX triplet: 96, 4B and 65. RGB value is (150,75,101). Sum of RGB (Red+Green+Blue) = 150+75+101=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #964B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B65 is #69B49A. Grayscale: #646464. Windows color (decimal): -6927515 or 6638486. OLE color: 6638486.

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

Color convert

RGB 150 75 101 -
CMYK 0 0.5 0.33 0.41
HSL 339.2º 0.33% 0.44% -
HSV(B) 339.2º 0.5% 0.59% -
XYZ 17.44 12.46 13.8 -
YUV 100.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 150 75 101 0 0.5 0.33 0.41 339.2 0.33 0.44
Hex 96 4B 65 0 32 21 29 153 21 2C
Octal 226 113 145 0 62 41 51 523 41 54
Binary 10010110 1001011 1100101 0 110010 100001 101001 101010011 100001 101100

Color Harmonies of #964B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B65

Black with #964B65

Text Example


Text Example

White with #964B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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