Html Css Color HEX #94476B Cadillac

📋 copy color: '#94476B'

red 148 ◦ green 71 ◦ blue 107

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

Shades of Cadillac #94476B

Tints of Cadillac #94476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 45.4%
G = 21.78%
B = 32.82%

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

#94476B (or 0x94476B) is known color: Cadillac. HEX triplet: 94, 47 and 6B. RGB value is (148,71,107). Sum of RGB (Red+Green+Blue) = 148+71+107=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94476B is #6BB894. Grayscale: #626262. Windows color (decimal): -7059605 or 7030676. OLE color: 7030676.

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

Color convert

RGB 148 71 107 -
CMYK 0 0.52 0.28 0.42
HSL 331.95º 0.35% 0.43% -
HSV(B) 331.95º 0.52% 0.58% -
XYZ 17.12 11.86 15.3 -
YUV 98.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 148 71 107 0 0.52 0.28 0.42 331.95 0.35 0.43
Hex 94 47 6B 0 34 1C 2A 14C 23 2B
Octal 224 107 153 0 64 34 52 514 43 53
Binary 10010100 1000111 1101011 0 110100 11100 101010 101001100 100011 101011

Color Harmonies of #94476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94476B

Black with #94476B

Text Example


Text Example

White with #94476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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