Html Css Color HEX #954274 Cadillac

📋 copy color: '#954274'

red 149 ◦ green 66 ◦ blue 116

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

Shades of Cadillac #954274

Tints of Cadillac #954274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 45.02%
G = 19.94%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#954274 (or 0x954274) is known color: Cadillac. HEX triplet: 95, 42 and 74. RGB value is (149,66,116). Sum of RGB (Red+Green+Blue) = 149+66+116=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954274 is #6ABD8B. Grayscale: #606060. Windows color (decimal): -6995340 or 7619221. OLE color: 7619221.

HSL color Cylindrical-coordinate representation of color #954274: hue angle of 323.86º 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 #954274 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 116 -
CMYK 0 0.56 0.22 0.42
HSL 323.86º 0.39% 0.42% -
HSV(B) 323.86º 0.56% 0.58% -
XYZ 17.5 11.55 17.83 -
YUV 96.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 149 66 116 0 0.56 0.22 0.42 323.86 0.39 0.42
Hex 95 42 74 0 38 16 2A 144 27 2A
Octal 225 102 164 0 70 26 52 504 47 52
Binary 10010101 1000010 1110100 0 111000 10110 101010 101000100 100111 101010

Color Harmonies of #954274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954274

Black with #954274

Text Example


Text Example

White with #954274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954274; }

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

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

background-color css

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

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

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

border-color css

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

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

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