Html Css Color HEX #95426F Cadillac

📋 copy color: '#95426F'

red 149 ◦ green 66 ◦ blue 111

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

Shades of Cadillac #95426F

Tints of Cadillac #95426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 45.71%
G = 20.25%
B = 34.05%

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

#95426F (or 0x95426F) is known color: Cadillac. HEX triplet: 95, 42 and 6F. RGB value is (149,66,111). Sum of RGB (Red+Green+Blue) = 149+66+111=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95426F is #6ABD90. Grayscale: #5F5F5F. Windows color (decimal): -6995345 or 7291541. OLE color: 7291541.

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

Color convert

RGB 149 66 111 -
CMYK 0 0.56 0.26 0.42
HSL 327.47º 0.39% 0.42% -
HSV(B) 327.47º 0.56% 0.58% -
XYZ 17.21 11.43 16.34 -
YUV 95.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 149 66 111 0 0.56 0.26 0.42 327.47 0.39 0.42
Hex 95 42 6F 0 38 1A 2A 147 27 2A
Octal 225 102 157 0 70 32 52 507 47 52
Binary 10010101 1000010 1101111 0 111000 11010 101010 101000111 100111 101010

Color Harmonies of #95426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95426F

Black with #95426F

Text Example


Text Example

White with #95426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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