Html Css Color HEX #99446D Cadillac

📋 copy color: '#99446D'

red 153 ◦ green 68 ◦ blue 109

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

Shades of Cadillac #99446D

Tints of Cadillac #99446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 46.36%
G = 20.61%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99446D (or 0x99446D) is known color: Cadillac. HEX triplet: 99, 44 and 6D. RGB value is (153,68,109). Sum of RGB (Red+Green+Blue) = 153+68+109=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99446D is #66BB92. Grayscale: #626262. Windows color (decimal): -6732691 or 7160985. OLE color: 7160985.

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

Color convert

RGB 153 68 109 -
CMYK 0 0.56 0.29 0.4
HSL 331.06º 0.38% 0.43% -
HSV(B) 331.06º 0.56% 0.6% -
XYZ 17.96 12.01 15.84 -
YUV 98.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 153 68 109 0 0.56 0.29 0.4 331.06 0.38 0.43
Hex 99 44 6D 0 38 1D 28 14B 26 2B
Octal 231 104 155 0 70 35 50 513 46 53
Binary 10011001 1000100 1101101 0 111000 11101 101000 101001011 100110 101011

Color Harmonies of #99446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99446D

Black with #99446D

Text Example


Text Example

White with #99446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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