Html Css Color HEX #98456C Cadillac

📋 copy color: '#98456C'

red 152 ◦ green 69 ◦ blue 108

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

Shades of Cadillac #98456C

Tints of Cadillac #98456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 46.2%
G = 20.97%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98456C (or 0x98456C) is known color: Cadillac. HEX triplet: 98, 45 and 6C. RGB value is (152,69,108). Sum of RGB (Red+Green+Blue) = 152+69+108=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98456C is #67BA93. Grayscale: #626262. Windows color (decimal): -6797972 or 7095704. OLE color: 7095704.

HSL color Cylindrical-coordinate representation of color #98456C: hue angle of 331.81º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98456C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 69 108 -
CMYK 0 0.55 0.29 0.40
HSL 331.81º 0.38% 0.43% -
HSV(B) 331.81º 0.55% 0.6% -
XYZ 17.78 12.01 15.57 -
YUV 98.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 152 69 108 0 0.55 0.29 0.40 331.81 0.38 0.43
Hex 98 45 6C 0 37 1D 28 14C 26 2B
Octal 230 105 154 0 67 35 50 514 46 53
Binary 10011000 1000101 1101100 0 110111 11101 101000 101001100 100110 101011

Color Harmonies of #98456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98456C

Black with #98456C

Text Example


Text Example

White with #98456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,69,108); }

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

background-color css

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

 a { background-color: rgb(152,69,108); }

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

border-color css

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

 span { border-color: rgb(152,69,108); }

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