Html Css Color HEX #964265 Cadillac

📋 copy color: '#964265'

red 150 ◦ green 66 ◦ blue 101

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

Shades of Cadillac #964265

Tints of Cadillac #964265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 47.32%
G = 20.82%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#964265 (or 0x964265) is known color: Cadillac. HEX triplet: 96, 42 and 65. RGB value is (150,66,101). Sum of RGB (Red+Green+Blue) = 150+66+101=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #964265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964265 is #69BD9A. Grayscale: #5F5F5F. Windows color (decimal): -6929819 or 6636182. OLE color: 6636182.

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

Color convert

RGB 150 66 101 -
CMYK 0 0.56 0.33 0.41
HSL 335º 0.39% 0.42% -
HSV(B) 335º 0.56% 0.59% -
XYZ 16.87 11.32 13.61 -
YUV 95.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 150 66 101 0 0.56 0.33 0.41 335 0.39 0.42
Hex 96 42 65 0 38 21 29 14F 27 2A
Octal 226 102 145 0 70 41 51 517 47 52
Binary 10010110 1000010 1100101 0 111000 100001 101001 101001111 100111 101010

Color Harmonies of #964265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964265

Black with #964265

Text Example


Text Example

White with #964265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964265; }

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

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

background-color css

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

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

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

border-color css

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

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

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