Html Css Color HEX #98465C Cadillac

📋 copy color: '#98465C'

red 152 ◦ green 70 ◦ blue 92

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

Shades of Cadillac #98465C

Tints of Cadillac #98465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 48.41%
G = 22.29%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98465C (or 0x98465C) is known color: Cadillac. HEX triplet: 98, 46 and 5C. RGB value is (152,70,92). Sum of RGB (Red+Green+Blue) = 152+70+92=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98465C is #67B9A3. Grayscale: #616161. Windows color (decimal): -6797732 or 6047384. OLE color: 6047384.

HSL color Cylindrical-coordinate representation of color #98465C: hue angle of 343.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98465C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 92 -
CMYK 0 0.54 0.39 0.40
HSL 343.9º 0.37% 0.44% -
HSV(B) 343.9º 0.54% 0.6% -
XYZ 17.07 11.83 11.51 -
YUV 97.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 152 70 92 0 0.54 0.39 0.40 343.9 0.37 0.44
Hex 98 46 5C 0 36 27 28 158 25 2C
Octal 230 106 134 0 66 47 50 530 45 54
Binary 10011000 1000110 1011100 0 110110 100111 101000 101011000 100101 101100

Color Harmonies of #98465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98465C

Black with #98465C

Text Example


Text Example

White with #98465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98465C; }

 p { color: rgb(152,70,92); }

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

background-color css

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

 a { background-color: rgb(152,70,92); }

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

border-color css

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

 span { border-color: rgb(152,70,92); }

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