Html Css Color HEX #954872 Cadillac

📋 copy color: '#954872'

red 149 ◦ green 72 ◦ blue 114

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

Shades of Cadillac #954872

Tints of Cadillac #954872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 44.48%
G = 21.49%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#954872 (or 0x954872) is known color: Cadillac. HEX triplet: 95, 48 and 72. RGB value is (149,72,114). Sum of RGB (Red+Green+Blue) = 149+72+114=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954872 is #6AB78D. Grayscale: #636363. Windows color (decimal): -6993806 or 7489685. OLE color: 7489685.

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

Color convert

RGB 149 72 114 -
CMYK 0 0.52 0.23 0.42
HSL 327.27º 0.35% 0.43% -
HSV(B) 327.27º 0.52% 0.58% -
XYZ 17.75 12.24 17.35 -
YUV 99.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 149 72 114 0 0.52 0.23 0.42 327.27 0.35 0.43
Hex 95 48 72 0 34 17 2A 147 23 2B
Octal 225 110 162 0 64 27 52 507 43 53
Binary 10010101 1001000 1110010 0 110100 10111 101010 101000111 100011 101011

Color Harmonies of #954872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954872

Black with #954872

Text Example


Text Example

White with #954872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954872; }

 p { color: rgb(149,72,114); }

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

background-color css

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

 a { background-color: rgb(149,72,114); }

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

border-color css

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

 span { border-color: rgb(149,72,114); }

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