Html Css Color HEX #964C65 Cadillac

📋 copy color: '#964C65'

red 150 ◦ green 76 ◦ blue 101

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

Shades of Cadillac #964C65

Tints of Cadillac #964C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.24%

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

R = 45.87%
G = 23.24%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964C65 (or 0x964C65) is known color: Cadillac. HEX triplet: 96, 4C and 65. RGB value is (150,76,101). Sum of RGB (Red+Green+Blue) = 150+76+101=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #964C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C65 is #69B39A. Grayscale: #646464. Windows color (decimal): -6927259 or 6638742. OLE color: 6638742.

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

Color convert

RGB 150 76 101 -
CMYK 0 0.49 0.33 0.41
HSL 339.73º 0.33% 0.44% -
HSV(B) 339.73º 0.49% 0.59% -
XYZ 17.51 12.59 13.82 -
YUV 100.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 150 76 101 0 0.49 0.33 0.41 339.73 0.33 0.44
Hex 96 4C 65 0 31 21 29 154 21 2C
Octal 226 114 145 0 61 41 51 524 41 54
Binary 10010110 1001100 1100101 0 110001 100001 101001 101010100 100001 101100

Color Harmonies of #964C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C65

Black with #964C65

Text Example


Text Example

White with #964C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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