Html Css Color HEX #94476A Cadillac

📋 copy color: '#94476A'

red 148 ◦ green 71 ◦ blue 106

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

Shades of Cadillac #94476A

Tints of Cadillac #94476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 45.54%
G = 21.85%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94476A (or 0x94476A) is known color: Cadillac. HEX triplet: 94, 47 and 6A. RGB value is (148,71,106). Sum of RGB (Red+Green+Blue) = 148+71+106=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94476A is #6BB895. Grayscale: #616161. Windows color (decimal): -7059606 or 6965140. OLE color: 6965140.

HSL color Cylindrical-coordinate representation of color #94476A: hue angle of 332.73º 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 #94476A is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 106 -
CMYK 0 0.52 0.28 0.42
HSL 332.73º 0.35% 0.43% -
HSV(B) 332.73º 0.52% 0.58% -
XYZ 17.07 11.84 15.02 -
YUV 98.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 148 71 106 0 0.52 0.28 0.42 332.73 0.35 0.43
Hex 94 47 6A 0 34 1C 2A 14D 23 2B
Octal 224 107 152 0 64 34 52 515 43 53
Binary 10010100 1000111 1101010 0 110100 11100 101010 101001101 100011 101011

Color Harmonies of #94476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94476A

Black with #94476A

Text Example


Text Example

White with #94476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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