Html Css Color HEX #964870 Cadillac

📋 copy color: '#964870'

red 150 ◦ green 72 ◦ blue 112

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

Shades of Cadillac #964870

Tints of Cadillac #964870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 44.91%
G = 21.56%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#964870 (or 0x964870) is known color: Cadillac. HEX triplet: 96, 48 and 70. RGB value is (150,72,112). Sum of RGB (Red+Green+Blue) = 150+72+112=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964870 is #69B78F. Grayscale: #636363. Windows color (decimal): -6928272 or 7358614. OLE color: 7358614.

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

Color convert

RGB 150 72 112 -
CMYK 0 0.52 0.25 0.41
HSL 329.23º 0.35% 0.44% -
HSV(B) 329.23º 0.52% 0.59% -
XYZ 17.82 12.29 16.76 -
YUV 99.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 150 72 112 0 0.52 0.25 0.41 329.23 0.35 0.44
Hex 96 48 70 0 34 19 29 149 23 2C
Octal 226 110 160 0 64 31 51 511 43 54
Binary 10010110 1001000 1110000 0 110100 11001 101001 101001001 100011 101100

Color Harmonies of #964870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964870

Black with #964870

Text Example


Text Example

White with #964870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964870; }

 p { color: rgb(150,72,112); }

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

background-color css

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

 a { background-color: rgb(150,72,112); }

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

border-color css

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

 span { border-color: rgb(150,72,112); }

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