Html Css Color HEX #984262 Cadillac

📋 copy color: '#984262'

red 152 ◦ green 66 ◦ blue 98

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

Shades of Cadillac #984262

Tints of Cadillac #984262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 48.1%
G = 20.89%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#984262 (or 0x984262) is known color: Cadillac. HEX triplet: 98, 42 and 62. RGB value is (152,66,98). Sum of RGB (Red+Green+Blue) = 152+66+98=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #984262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984262 is #67BD9D. Grayscale: #5F5F5F. Windows color (decimal): -6798750 or 6439576. OLE color: 6439576.

HSL color Cylindrical-coordinate representation of color #984262: hue angle of 337.67º 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 #984262 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 66 98 -
CMYK 0 0.57 0.36 0.40
HSL 337.67º 0.39% 0.43% -
HSV(B) 337.67º 0.57% 0.6% -
XYZ 17.1 11.45 12.86 -
YUV 95.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 152 66 98 0 0.57 0.36 0.40 337.67 0.39 0.43
Hex 98 42 62 0 39 24 28 152 27 2B
Octal 230 102 142 0 71 44 50 522 47 53
Binary 10011000 1000010 1100010 0 111001 100100 101000 101010010 100111 101011

Color Harmonies of #984262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984262

Black with #984262

Text Example


Text Example

White with #984262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984262; }

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

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

background-color css

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

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

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

border-color css

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

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

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