Html Css Color HEX #95436D Cadillac

📋 copy color: '#95436D'

red 149 ◦ green 67 ◦ blue 109

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

Shades of Cadillac #95436D

Tints of Cadillac #95436D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 45.85%
G = 20.62%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95436D (or 0x95436D) is known color: Cadillac. HEX triplet: 95, 43 and 6D. RGB value is (149,67,109). Sum of RGB (Red+Green+Blue) = 149+67+109=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95436D is #6ABC92. Grayscale: #606060. Windows color (decimal): -6995091 or 7160725. OLE color: 7160725.

HSL color Cylindrical-coordinate representation of color #95436D: hue angle of 329.27º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95436D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 109 -
CMYK 0 0.55 0.27 0.42
HSL 329.27º 0.38% 0.42% -
HSV(B) 329.27º 0.55% 0.58% -
XYZ 17.16 11.51 15.78 -
YUV 96.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 149 67 109 0 0.55 0.27 0.42 329.27 0.38 0.42
Hex 95 43 6D 0 37 1B 2A 149 26 2A
Octal 225 103 155 0 67 33 52 511 46 52
Binary 10010101 1000011 1101101 0 110111 11011 101010 101001001 100110 101010

Color Harmonies of #95436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95436D

Black with #95436D

Text Example


Text Example

White with #95436D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95436D; }

 p { color: rgb(149,67,109); }

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

background-color css

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

 a { background-color: rgb(149,67,109); }

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

border-color css

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

 span { border-color: rgb(149,67,109); }

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