Html Css Color HEX #964262 Cadillac

📋 copy color: '#964262'

red 150 ◦ green 66 ◦ blue 98

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

Shades of Cadillac #964262

Tints of Cadillac #964262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 47.77%
G = 21.02%
B = 31.21%

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

#964262 (or 0x964262) is known color: Cadillac. HEX triplet: 96, 42 and 62. RGB value is (150,66,98). Sum of RGB (Red+Green+Blue) = 150+66+98=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #964262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964262 is #69BD9D. Grayscale: #5E5E5E. Windows color (decimal): -6929822 or 6439574. OLE color: 6439574.

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

Color convert

RGB 150 66 98 -
CMYK 0 0.56 0.35 0.41
HSL 337.14º 0.39% 0.42% -
HSV(B) 337.14º 0.56% 0.59% -
XYZ 16.73 11.26 12.85 -
YUV 94.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 150 66 98 0 0.56 0.35 0.41 337.14 0.39 0.42
Hex 96 42 62 0 38 23 29 151 27 2A
Octal 226 102 142 0 70 43 51 521 47 52
Binary 10010110 1000010 1100010 0 111000 100011 101001 101010001 100111 101010

Color Harmonies of #964262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964262

Black with #964262

Text Example


Text Example

White with #964262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964262; }

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

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

background-color css

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

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

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

border-color css

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

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

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