Html Css Color HEX #954261 Cadillac

📋 copy color: '#954261'

red 149 ◦ green 66 ◦ blue 97

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

Shades of Cadillac #954261

Tints of Cadillac #954261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 47.76%
G = 21.15%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#954261 (or 0x954261) is known color: Cadillac. HEX triplet: 95, 42 and 61. RGB value is (149,66,97). Sum of RGB (Red+Green+Blue) = 149+66+97=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #954261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954261 is #6ABD9E. Grayscale: #5E5E5E. Windows color (decimal): -6995359 or 6374037. OLE color: 6374037.

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

Color convert

RGB 149 66 97 -
CMYK 0 0.56 0.35 0.42
HSL 337.59º 0.39% 0.42% -
HSV(B) 337.59º 0.56% 0.58% -
XYZ 16.5 11.15 12.59 -
YUV 94.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 149 66 97 0 0.56 0.35 0.42 337.59 0.39 0.42
Hex 95 42 61 0 38 23 2A 152 27 2A
Octal 225 102 141 0 70 43 52 522 47 52
Binary 10010101 1000010 1100001 0 111000 100011 101010 101010010 100111 101010

Color Harmonies of #954261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954261

Black with #954261

Text Example


Text Example

White with #954261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954261; }

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

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

background-color css

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

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

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

border-color css

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

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

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