Html Css Color HEX #964B55 Cadillac

📋 copy color: '#964B55'

red 150 ◦ green 75 ◦ blue 85

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

Shades of Cadillac #964B55

Tints of Cadillac #964B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 48.39%
G = 24.19%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#964B55 (or 0x964B55) is known color: Cadillac. HEX triplet: 96, 4B and 55. RGB value is (150,75,85). Sum of RGB (Red+Green+Blue) = 150+75+85=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #964B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B55 is #69B4AA. Grayscale: #626262. Windows color (decimal): -6927531 or 5589910. OLE color: 5589910.

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

Color convert

RGB 150 75 85 -
CMYK 0 0.5 0.43 0.41
HSL 352º 0.33% 0.44% -
HSV(B) 352º 0.5% 0.59% -
XYZ 16.73 12.17 10.06 -
YUV 98.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 150 75 85 0 0.5 0.43 0.41 352 0.33 0.44
Hex 96 4B 55 0 32 2B 29 160 21 2C
Octal 226 113 125 0 62 53 51 540 41 54
Binary 10010110 1001011 1010101 0 110010 101011 101001 101100000 100001 101100

Color Harmonies of #964B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B55

Black with #964B55

Text Example


Text Example

White with #964B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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