Html Css Color HEX #964667 Cadillac

📋 copy color: '#964667'

red 150 ◦ green 70 ◦ blue 103

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

Shades of Cadillac #964667

Tints of Cadillac #964667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.89%

R = 46.44%
G = 21.67%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#964667 (or 0x964667) is known color: Cadillac. HEX triplet: 96, 46 and 67. RGB value is (150,70,103). Sum of RGB (Red+Green+Blue) = 150+70+103=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #964667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964667 is #69B998. Grayscale: #616161. Windows color (decimal): -6928793 or 6768278. OLE color: 6768278.

HSL color Cylindrical-coordinate representation of color #964667: hue angle of 335.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 #964667 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 70 103 -
CMYK 0 0.53 0.31 0.41
HSL 335.25º 0.36% 0.43% -
HSV(B) 335.25º 0.53% 0.59% -
XYZ 17.22 11.84 14.21 -
YUV 97.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 150 70 103 0 0.53 0.31 0.41 335.25 0.36 0.43
Hex 96 46 67 0 35 1F 29 14F 24 2B
Octal 226 106 147 0 65 37 51 517 44 53
Binary 10010110 1000110 1100111 0 110101 11111 101001 101001111 100100 101011

Color Harmonies of #964667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964667

Black with #964667

Text Example


Text Example

White with #964667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964667; }

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

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

background-color css

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

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

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

border-color css

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

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

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