Html Css Color HEX #984360 Cadillac

📋 copy color: '#984360'

red 152 ◦ green 67 ◦ blue 96

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

Shades of Cadillac #984360

Tints of Cadillac #984360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 48.25%
G = 21.27%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#984360 (or 0x984360) is known color: Cadillac. HEX triplet: 98, 43 and 60. RGB value is (152,67,96). Sum of RGB (Red+Green+Blue) = 152+67+96=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #984360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984360 is #67BC9F. Grayscale: #5F5F5F. Windows color (decimal): -6798496 or 6308760. OLE color: 6308760.

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

Color convert

RGB 152 67 96 -
CMYK 0 0.56 0.37 0.40
HSL 339.53º 0.39% 0.43% -
HSV(B) 339.53º 0.56% 0.6% -
XYZ 17.07 11.53 12.39 -
YUV 95.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 152 67 96 0 0.56 0.37 0.40 339.53 0.39 0.43
Hex 98 43 60 0 38 25 28 154 27 2B
Octal 230 103 140 0 70 45 50 524 47 53
Binary 10011000 1000011 1100000 0 111000 100101 101000 101010100 100111 101011

Color Harmonies of #984360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984360

Black with #984360

Text Example


Text Example

White with #984360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984360; }

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

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

background-color css

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

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

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

border-color css

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

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

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