Html Css Color HEX #963867 Cadillac

📋 copy color: '#963867'

red 150 ◦ green 56 ◦ blue 103

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

Shades of Cadillac #963867

Tints of Cadillac #963867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

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

R = 48.54%
G = 18.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#963867 (or 0x963867) is known color: Cadillac. HEX triplet: 96, 38 and 67. RGB value is (150,56,103). Sum of RGB (Red+Green+Blue) = 150+56+103=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #963867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963867 is #69C798. Grayscale: #595959. Windows color (decimal): -6932377 or 6764694. OLE color: 6764694.

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

Color convert

RGB 150 56 103 -
CMYK 0 0.63 0.31 0.41
HSL 330º 0.46% 0.4% -
HSV(B) 330º 0.63% 0.59% -
XYZ 16.44 10.29 13.95 -
YUV 89.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 150 56 103 0 0.63 0.31 0.41 330 0.46 0.4
Hex 96 38 67 0 3F 1F 29 14A 2E 28
Octal 226 70 147 0 77 37 51 512 56 50
Binary 10010110 111000 1100111 0 111111 11111 101001 101001010 101110 101000

Color Harmonies of #963867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963867

Black with #963867

Text Example


Text Example

White with #963867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963867; }

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

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

background-color css

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

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

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

border-color css

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

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

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