Html Css Color HEX #984469 Cadillac

📋 copy color: '#984469'

red 152 ◦ green 68 ◦ blue 105

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

Shades of Cadillac #984469

Tints of Cadillac #984469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 105 (41.41% from 255) = 32.31%

R = 46.77%
G = 20.92%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#984469 (or 0x984469) is known color: Cadillac. HEX triplet: 98, 44 and 69. RGB value is (152,68,105). Sum of RGB (Red+Green+Blue) = 152+68+105=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #984469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984469 is #67BB96. Grayscale: #616161. Windows color (decimal): -6798231 or 6898840. OLE color: 6898840.

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

Color convert

RGB 152 68 105 -
CMYK 0 0.55 0.31 0.40
HSL 333.57º 0.38% 0.43% -
HSV(B) 333.57º 0.55% 0.6% -
XYZ 17.57 11.83 14.72 -
YUV 97.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 152 68 105 0 0.55 0.31 0.40 333.57 0.38 0.43
Hex 98 44 69 0 37 1F 28 14E 26 2B
Octal 230 104 151 0 67 37 50 516 46 53
Binary 10011000 1000100 1101001 0 110111 11111 101000 101001110 100110 101011

Color Harmonies of #984469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984469

Black with #984469

Text Example


Text Example

White with #984469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984469; }

 p { color: rgb(152,68,105); }

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

background-color css

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

 a { background-color: rgb(152,68,105); }

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

border-color css

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

 span { border-color: rgb(152,68,105); }

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