Html Css Color HEX #99416D Cadillac

📋 copy color: '#99416D'

red 153 ◦ green 65 ◦ blue 109

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

Shades of Cadillac #99416D

Tints of Cadillac #99416D

RGB

 RED value IS 153 (60.16% from 255) = 46.79%

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

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 46.79%
G = 19.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99416D (or 0x99416D) is known color: Cadillac. HEX triplet: 99, 41 and 6D. RGB value is (153,65,109). Sum of RGB (Red+Green+Blue) = 153+65+109=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99416D is #66BE92. Grayscale: #606060. Windows color (decimal): -6733459 or 7160217. OLE color: 7160217.

HSL color Cylindrical-coordinate representation of color #99416D: hue angle of 330º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99416D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 109 -
CMYK 0 0.58 0.29 0.4
HSL 330º 0.4% 0.43% -
HSV(B) 330º 0.58% 0.6% -
XYZ 17.79 11.66 15.78 -
YUV 96.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 153 65 109 0 0.58 0.29 0.4 330 0.4 0.43
Hex 99 41 6D 0 3A 1D 28 14A 28 2B
Octal 231 101 155 0 72 35 50 512 50 53
Binary 10011001 1000001 1101101 0 111010 11101 101000 101001010 101000 101011

Color Harmonies of #99416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99416D

Black with #99416D

Text Example


Text Example

White with #99416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99416D; }

 p { color: rgb(153,65,109); }

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

background-color css

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

 a { background-color: rgb(153,65,109); }

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

border-color css

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

 span { border-color: rgb(153,65,109); }

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