Html Css Color HEX #94476E Cadillac

📋 copy color: '#94476E'

red 148 ◦ green 71 ◦ blue 110

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

Shades of Cadillac #94476E

Tints of Cadillac #94476E

RGB

 RED value IS 148 (58.2% from 255) = 44.98%

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 44.98%
G = 21.58%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94476E (or 0x94476E) is known color: Cadillac. HEX triplet: 94, 47 and 6E. RGB value is (148,71,110). Sum of RGB (Red+Green+Blue) = 148+71+110=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #94476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94476E is #6BB891. Grayscale: #626262. Windows color (decimal): -7059602 or 7227284. OLE color: 7227284.

HSL color Cylindrical-coordinate representation of color #94476E: hue angle of 329.61º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94476E is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 110 -
CMYK 0 0.52 0.26 0.42
HSL 329.61º 0.35% 0.43% -
HSV(B) 329.61º 0.52% 0.58% -
XYZ 17.28 11.93 16.14 -
YUV 98.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 148 71 110 0 0.52 0.26 0.42 329.61 0.35 0.43
Hex 94 47 6E 0 34 1A 2A 14A 23 2B
Octal 224 107 156 0 64 32 52 512 43 53
Binary 10010100 1000111 1101110 0 110100 11010 101010 101001010 100011 101011

Color Harmonies of #94476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94476E

Black with #94476E

Text Example


Text Example

White with #94476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94476E; }

 p { color: rgb(148,71,110); }

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

background-color css

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

 a { background-color: rgb(148,71,110); }

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

border-color css

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

 span { border-color: rgb(148,71,110); }

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