Html Css Color HEX #964D68 Cadillac

📋 copy color: '#964D68'

red 150 ◦ green 77 ◦ blue 104

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

Shades of Cadillac #964D68

Tints of Cadillac #964D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 45.32%
G = 23.26%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#964D68 (or 0x964D68) is known color: Cadillac. HEX triplet: 96, 4D and 68. RGB value is (150,77,104). Sum of RGB (Red+Green+Blue) = 150+77+104=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #964D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D68 is #69B297. Grayscale: #656565. Windows color (decimal): -6927000 or 6835606. OLE color: 6835606.

HSL color Cylindrical-coordinate representation of color #964D68: hue angle of 337.81º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D68 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 104 -
CMYK 0 0.49 0.31 0.41
HSL 337.81º 0.32% 0.45% -
HSV(B) 337.81º 0.49% 0.59% -
XYZ 17.73 12.79 14.63 -
YUV 101.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 150 77 104 0 0.49 0.31 0.41 337.81 0.32 0.45
Hex 96 4D 68 0 31 1F 29 152 20 2D
Octal 226 115 150 0 61 37 51 522 40 55
Binary 10010110 1001101 1101000 0 110001 11111 101001 101010010 100000 101101

Color Harmonies of #964D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D68

Black with #964D68

Text Example


Text Example

White with #964D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,104); }

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

background-color css

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

 a { background-color: rgb(150,77,104); }

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

border-color css

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

 span { border-color: rgb(150,77,104); }

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