Html Css Color HEX #964261 Cadillac

📋 copy color: '#964261'

red 150 ◦ green 66 ◦ blue 97

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

Shades of Cadillac #964261

Tints of Cadillac #964261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 47.92%
G = 21.09%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#964261 (or 0x964261) is known color: Cadillac. HEX triplet: 96, 42 and 61. RGB value is (150,66,97). Sum of RGB (Red+Green+Blue) = 150+66+97=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #964261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964261 is #69BD9E. Grayscale: #5E5E5E. Windows color (decimal): -6929823 or 6374038. OLE color: 6374038.

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

Color convert

RGB 150 66 97 -
CMYK 0 0.56 0.35 0.41
HSL 337.86º 0.39% 0.42% -
HSV(B) 337.86º 0.56% 0.59% -
XYZ 16.68 11.24 12.6 -
YUV 94.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 150 66 97 0 0.56 0.35 0.41 337.86 0.39 0.42
Hex 96 42 61 0 38 23 29 152 27 2A
Octal 226 102 141 0 70 43 51 522 47 52
Binary 10010110 1000010 1100001 0 111000 100011 101001 101010010 100111 101010

Color Harmonies of #964261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964261

Black with #964261

Text Example


Text Example

White with #964261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964261; }

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

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

background-color css

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

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

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

border-color css

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

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

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