Html Css Color HEX #984366 Cadillac

📋 copy color: '#984366'

red 152 ◦ green 67 ◦ blue 102

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

Shades of Cadillac #984366

Tints of Cadillac #984366

RGB

 RED value IS 152 (59.77% from 255) = 47.35%

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 102 (40.23% from 255) = 31.78%

R = 47.35%
G = 20.87%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#984366 (or 0x984366) is known color: Cadillac. HEX triplet: 98, 43 and 66. RGB value is (152,67,102). Sum of RGB (Red+Green+Blue) = 152+67+102=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984366 is #67BC99. Grayscale: #606060. Windows color (decimal): -6798490 or 6701976. OLE color: 6701976.

HSL color Cylindrical-coordinate representation of color #984366: hue angle of 335.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984366 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 67 102 -
CMYK 0 0.56 0.33 0.40
HSL 335.29º 0.39% 0.43% -
HSV(B) 335.29º 0.56% 0.6% -
XYZ 17.35 11.65 13.9 -
YUV 96.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 152 67 102 0 0.56 0.33 0.40 335.29 0.39 0.43
Hex 98 43 66 0 38 21 28 14F 27 2B
Octal 230 103 146 0 70 41 50 517 47 53
Binary 10011000 1000011 1100110 0 111000 100001 101000 101001111 100111 101011

Color Harmonies of #984366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984366

Black with #984366

Text Example


Text Example

White with #984366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984366; }

 p { color: rgb(152,67,102); }

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

background-color css

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

 a { background-color: rgb(152,67,102); }

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

border-color css

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

 span { border-color: rgb(152,67,102); }

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