Html Css Color HEX #964272 Cadillac

📋 copy color: '#964272'

red 150 ◦ green 66 ◦ blue 114

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

Shades of Cadillac #964272

Tints of Cadillac #964272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 45.45%
G = 20%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#964272 (or 0x964272) is known color: Cadillac. HEX triplet: 96, 42 and 72. RGB value is (150,66,114). Sum of RGB (Red+Green+Blue) = 150+66+114=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #964272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964272 is #69BD8D. Grayscale: #606060. Windows color (decimal): -6929806 or 7488150. OLE color: 7488150.

HSL color Cylindrical-coordinate representation of color #964272: hue angle of 325.71º 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 #964272 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 66 114 -
CMYK 0 0.56 0.24 0.41
HSL 325.71º 0.39% 0.42% -
HSV(B) 325.71º 0.56% 0.59% -
XYZ 17.56 11.6 17.23 -
YUV 96.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 150 66 114 0 0.56 0.24 0.41 325.71 0.39 0.42
Hex 96 42 72 0 38 18 29 146 27 2A
Octal 226 102 162 0 70 30 51 506 47 52
Binary 10010110 1000010 1110010 0 111000 11000 101001 101000110 100111 101010

Color Harmonies of #964272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964272

Black with #964272

Text Example


Text Example

White with #964272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964272; }

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

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

background-color css

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

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

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

border-color css

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

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

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