Html Css Color HEX #96465F Cadillac

📋 copy color: '#96465F'

red 150 ◦ green 70 ◦ blue 95

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

Shades of Cadillac #96465F

Tints of Cadillac #96465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.22%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 47.62%
G = 22.22%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96465F (or 0x96465F) is known color: Cadillac. HEX triplet: 96, 46 and 5F. RGB value is (150,70,95). Sum of RGB (Red+Green+Blue) = 150+70+95=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96465F is #69B9A0. Grayscale: #606060. Windows color (decimal): -6928801 or 6243990. OLE color: 6243990.

HSL color Cylindrical-coordinate representation of color #96465F: hue angle of 341.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96465F is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 95 -
CMYK 0 0.53 0.37 0.41
HSL 341.25º 0.36% 0.43% -
HSV(B) 341.25º 0.53% 0.59% -
XYZ 16.83 11.69 12.2 -
YUV 96.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 150 70 95 0 0.53 0.37 0.41 341.25 0.36 0.43
Hex 96 46 5F 0 35 25 29 155 24 2B
Octal 226 106 137 0 65 45 51 525 44 53
Binary 10010110 1000110 1011111 0 110101 100101 101001 101010101 100100 101011

Color Harmonies of #96465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96465F

Black with #96465F

Text Example


Text Example

White with #96465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96465F; }

 p { color: rgb(150,70,95); }

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

background-color css

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

 a { background-color: rgb(150,70,95); }

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

border-color css

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

 span { border-color: rgb(150,70,95); }

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