Html Css Color HEX #95426E Cadillac

📋 copy color: '#95426E'

red 149 ◦ green 66 ◦ blue 110

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

Shades of Cadillac #95426E

Tints of Cadillac #95426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 45.85%
G = 20.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95426E (or 0x95426E) is known color: Cadillac. HEX triplet: 95, 42 and 6E. RGB value is (149,66,110). Sum of RGB (Red+Green+Blue) = 149+66+110=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95426E is #6ABD91. Grayscale: #5F5F5F. Windows color (decimal): -6995346 or 7226005. OLE color: 7226005.

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

Color convert

RGB 149 66 110 -
CMYK 0 0.56 0.26 0.42
HSL 328.19º 0.39% 0.42% -
HSV(B) 328.19º 0.56% 0.58% -
XYZ 17.16 11.41 16.05 -
YUV 95.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 149 66 110 0 0.56 0.26 0.42 328.19 0.39 0.42
Hex 95 42 6E 0 38 1A 2A 148 27 2A
Octal 225 102 156 0 70 32 52 510 47 52
Binary 10010101 1000010 1101110 0 111000 11010 101010 101001000 100111 101010

Color Harmonies of #95426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95426E

Black with #95426E

Text Example


Text Example

White with #95426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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