Html Css Color HEX #95476D Cadillac

📋 copy color: '#95476D'

red 149 ◦ green 71 ◦ blue 109

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

Shades of Cadillac #95476D

Tints of Cadillac #95476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 45.29%
G = 21.58%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95476D (or 0x95476D) is known color: Cadillac. HEX triplet: 95, 47 and 6D. RGB value is (149,71,109). Sum of RGB (Red+Green+Blue) = 149+71+109=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95476D is #6AB892. Grayscale: #626262. Windows color (decimal): -6994067 or 7161749. OLE color: 7161749.

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

Color convert

RGB 149 71 109 -
CMYK 0 0.52 0.27 0.42
HSL 330.77º 0.35% 0.43% -
HSV(B) 330.77º 0.52% 0.58% -
XYZ 17.41 12 15.87 -
YUV 98.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 149 71 109 0 0.52 0.27 0.42 330.77 0.35 0.43
Hex 95 47 6D 0 34 1B 2A 14B 23 2B
Octal 225 107 155 0 64 33 52 513 43 53
Binary 10010101 1000111 1101101 0 110100 11011 101010 101001011 100011 101011

Color Harmonies of #95476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95476D

Black with #95476D

Text Example


Text Example

White with #95476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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