Html Css Color HEX #984263 Cadillac

📋 copy color: '#984263'

red 152 ◦ green 66 ◦ blue 99

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

Shades of Cadillac #984263

Tints of Cadillac #984263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 47.95%
G = 20.82%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#984263 (or 0x984263) is known color: Cadillac. HEX triplet: 98, 42 and 63. RGB value is (152,66,99). Sum of RGB (Red+Green+Blue) = 152+66+99=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #984263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984263 is #67BD9C. Grayscale: #5F5F5F. Windows color (decimal): -6798749 or 6505112. OLE color: 6505112.

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

Color convert

RGB 152 66 99 -
CMYK 0 0.57 0.35 0.40
HSL 336.98º 0.39% 0.43% -
HSV(B) 336.98º 0.57% 0.6% -
XYZ 17.15 11.47 13.11 -
YUV 95.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 152 66 99 0 0.57 0.35 0.40 336.98 0.39 0.43
Hex 98 42 63 0 39 23 28 151 27 2B
Octal 230 102 143 0 71 43 50 521 47 53
Binary 10011000 1000010 1100011 0 111001 100011 101000 101010001 100111 101011

Color Harmonies of #984263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984263

Black with #984263

Text Example


Text Example

White with #984263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984263; }

 p { color: rgb(152,66,99); }

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

background-color css

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

 a { background-color: rgb(152,66,99); }

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

border-color css

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

 span { border-color: rgb(152,66,99); }

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