Html Css Color HEX #964B5A Cadillac

📋 copy color: '#964B5A'

red 150 ◦ green 75 ◦ blue 90

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

Shades of Cadillac #964B5A

Tints of Cadillac #964B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 47.62%
G = 23.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#964B5A (or 0x964B5A) is known color: Cadillac. HEX triplet: 96, 4B and 5A. RGB value is (150,75,90). Sum of RGB (Red+Green+Blue) = 150+75+90=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #964B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B5A is #69B4A5. Grayscale: #636363. Windows color (decimal): -6927526 or 5917590. OLE color: 5917590.

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

Color convert

RGB 150 75 90 -
CMYK 0 0.5 0.4 0.41
HSL 348º 0.33% 0.44% -
HSV(B) 348º 0.5% 0.59% -
XYZ 16.94 12.25 11.15 -
YUV 99.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 150 75 90 0 0.5 0.4 0.41 348 0.33 0.44
Hex 96 4B 5A 0 32 28 29 15C 21 2C
Octal 226 113 132 0 62 50 51 534 41 54
Binary 10010110 1001011 1011010 0 110010 101000 101001 101011100 100001 101100

Color Harmonies of #964B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B5A

Black with #964B5A

Text Example


Text Example

White with #964B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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