Html Css Color HEX #98465A Cadillac

📋 copy color: '#98465A'

red 152 ◦ green 70 ◦ blue 90

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

Shades of Cadillac #98465A

Tints of Cadillac #98465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 48.72%
G = 22.44%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98465A (or 0x98465A) is known color: Cadillac. HEX triplet: 98, 46 and 5A. RGB value is (152,70,90). Sum of RGB (Red+Green+Blue) = 152+70+90=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98465A is #67B9A5. Grayscale: #606060. Windows color (decimal): -6797734 or 5916312. OLE color: 5916312.

HSL color Cylindrical-coordinate representation of color #98465A: hue angle of 345.37º 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 #98465A is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 90 -
CMYK 0 0.54 0.41 0.40
HSL 345.37º 0.37% 0.44% -
HSV(B) 345.37º 0.54% 0.6% -
XYZ 16.98 11.79 11.05 -
YUV 96.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 152 70 90 0 0.54 0.41 0.40 345.37 0.37 0.44
Hex 98 46 5A 0 36 29 28 159 25 2C
Octal 230 106 132 0 66 51 50 531 45 54
Binary 10011000 1000110 1011010 0 110110 101001 101000 101011001 100101 101100

Color Harmonies of #98465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98465A

Black with #98465A

Text Example


Text Example

White with #98465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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