Html Css Color HEX #98415C Cadillac

📋 copy color: '#98415C'

red 152 ◦ green 65 ◦ blue 92

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

Shades of Cadillac #98415C

Tints of Cadillac #98415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 49.19%
G = 21.04%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98415C (or 0x98415C) is known color: Cadillac. HEX triplet: 98, 41 and 5C. RGB value is (152,65,92). Sum of RGB (Red+Green+Blue) = 152+65+92=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98415C is #67BEA3. Grayscale: #5E5E5E. Windows color (decimal): -6799012 or 6046104. OLE color: 6046104.

HSL color Cylindrical-coordinate representation of color #98415C: hue angle of 341.38º degrees, saturation: 0.4, 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 #98415C is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 92 -
CMYK 0 0.57 0.39 0.40
HSL 341.38º 0.4% 0.43% -
HSV(B) 341.38º 0.57% 0.6% -
XYZ 16.77 11.23 11.41 -
YUV 94.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 152 65 92 0 0.57 0.39 0.40 341.38 0.4 0.43
Hex 98 41 5C 0 39 27 28 155 28 2B
Octal 230 101 134 0 71 47 50 525 50 53
Binary 10011000 1000001 1011100 0 111001 100111 101000 101010101 101000 101011

Color Harmonies of #98415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98415C

Black with #98415C

Text Example


Text Example

White with #98415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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