Html Css Color HEX #963967 Cadillac

📋 copy color: '#963967'

red 150 ◦ green 57 ◦ blue 103

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

Shades of Cadillac #963967

Tints of Cadillac #963967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

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

R = 48.39%
G = 18.39%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#963967 (or 0x963967) is known color: Cadillac. HEX triplet: 96, 39 and 67. RGB value is (150,57,103). Sum of RGB (Red+Green+Blue) = 150+57+103=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #963967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963967 is #69C698. Grayscale: #595959. Windows color (decimal): -6932121 or 6764950. OLE color: 6764950.

HSL color Cylindrical-coordinate representation of color #963967: hue angle of 330.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963967 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 57 103 -
CMYK 0 0.62 0.31 0.41
HSL 330.32º 0.45% 0.41% -
HSV(B) 330.32º 0.62% 0.59% -
XYZ 16.49 10.39 13.97 -
YUV 90.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 150 57 103 0 0.62 0.31 0.41 330.32 0.45 0.41
Hex 96 39 67 0 3E 1F 29 14A 2D 29
Octal 226 71 147 0 76 37 51 512 55 51
Binary 10010110 111001 1100111 0 111110 11111 101001 101001010 101101 101001

Color Harmonies of #963967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963967

Black with #963967

Text Example


Text Example

White with #963967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963967; }

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

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

background-color css

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

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

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

border-color css

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

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

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