Html Css Color HEX #994269 Cadillac

📋 copy color: '#994269'

red 153 ◦ green 66 ◦ blue 105

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

Shades of Cadillac #994269

Tints of Cadillac #994269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 47.22%
G = 20.37%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#994269 (or 0x994269) is known color: Cadillac. HEX triplet: 99, 42 and 69. RGB value is (153,66,105). Sum of RGB (Red+Green+Blue) = 153+66+105=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994269 is #66BD96. Grayscale: #606060. Windows color (decimal): -6733207 or 6898329. OLE color: 6898329.

HSL color Cylindrical-coordinate representation of color #994269: hue angle of 333.1º 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 #994269 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 105 -
CMYK 0 0.57 0.31 0.4
HSL 333.1º 0.4% 0.43% -
HSV(B) 333.1º 0.57% 0.6% -
XYZ 17.63 11.69 14.69 -
YUV 96.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 153 66 105 0 0.57 0.31 0.4 333.1 0.4 0.43
Hex 99 42 69 0 39 1F 28 14D 28 2B
Octal 231 102 151 0 71 37 50 515 50 53
Binary 10011001 1000010 1101001 0 111001 11111 101000 101001101 101000 101011

Color Harmonies of #994269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994269

Black with #994269

Text Example


Text Example

White with #994269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994269; }

 p { color: rgb(153,66,105); }

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

background-color css

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

 a { background-color: rgb(153,66,105); }

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

border-color css

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

 span { border-color: rgb(153,66,105); }

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