Html Css Color HEX #984069 Cadillac

📋 copy color: '#984069'

red 152 ◦ green 64 ◦ blue 105

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

Shades of Cadillac #984069

Tints of Cadillac #984069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 47.35%
G = 19.94%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#984069 (or 0x984069) is known color: Cadillac. HEX triplet: 98, 40 and 69. RGB value is (152,64,105). Sum of RGB (Red+Green+Blue) = 152+64+105=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #984069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984069 is #67BF96. Grayscale: #5E5E5E. Windows color (decimal): -6799255 or 6897816. OLE color: 6897816.

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

Color convert

RGB 152 64 105 -
CMYK 0 0.58 0.31 0.40
HSL 332.05º 0.41% 0.42% -
HSV(B) 332.05º 0.58% 0.6% -
XYZ 17.33 11.36 14.64 -
YUV 94.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 152 64 105 0 0.58 0.31 0.40 332.05 0.41 0.42
Hex 98 40 69 0 3A 1F 28 14C 29 2A
Octal 230 100 151 0 72 37 50 514 51 52
Binary 10011000 1000000 1101001 0 111010 11111 101000 101001100 101001 101010

Color Harmonies of #984069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984069

Black with #984069

Text Example


Text Example

White with #984069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984069; }

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

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

background-color css

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

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

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

border-color css

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

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

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