Html Css Color HEX #954271 Cadillac

📋 copy color: '#954271'

red 149 ◦ green 66 ◦ blue 113

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

Shades of Cadillac #954271

Tints of Cadillac #954271

RGB

 RED value IS 149 (58.59% from 255) = 45.43%

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

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 45.43%
G = 20.12%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#954271 (or 0x954271) is known color: Cadillac. HEX triplet: 95, 42 and 71. RGB value is (149,66,113). Sum of RGB (Red+Green+Blue) = 149+66+113=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #954271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954271 is #6ABD8E. Grayscale: #606060. Windows color (decimal): -6995343 or 7422613. OLE color: 7422613.

HSL color Cylindrical-coordinate representation of color #954271: hue angle of 326.02º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954271 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 113 -
CMYK 0 0.56 0.24 0.42
HSL 326.02º 0.39% 0.42% -
HSV(B) 326.02º 0.56% 0.58% -
XYZ 17.32 11.48 16.93 -
YUV 96.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 149 66 113 0 0.56 0.24 0.42 326.02 0.39 0.42
Hex 95 42 71 0 38 18 2A 146 27 2A
Octal 225 102 161 0 70 30 52 506 47 52
Binary 10010101 1000010 1110001 0 111000 11000 101010 101000110 100111 101010

Color Harmonies of #954271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954271

Black with #954271

Text Example


Text Example

White with #954271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954271; }

 p { color: rgb(149,66,113); }

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

background-color css

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

 a { background-color: rgb(149,66,113); }

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

border-color css

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

 span { border-color: rgb(149,66,113); }

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