Html Css Color HEX #954B6B Cadillac

📋 copy color: '#954B6B'

red 149 ◦ green 75 ◦ blue 107

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

Shades of Cadillac #954B6B

Tints of Cadillac #954B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 45.02%
G = 22.66%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#954B6B (or 0x954B6B) is known color: Cadillac. HEX triplet: 95, 4B and 6B. RGB value is (149,75,107). Sum of RGB (Red+Green+Blue) = 149+75+107=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B6B is #6AB494. Grayscale: #646464. Windows color (decimal): -6993045 or 7031701. OLE color: 7031701.

HSL color Cylindrical-coordinate representation of color #954B6B: hue angle of 334.05º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B6B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 107 -
CMYK 0 0.50 0.28 0.42
HSL 334.05º 0.33% 0.44% -
HSV(B) 334.05º 0.5% 0.58% -
XYZ 17.56 12.48 15.39 -
YUV 100.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 149 75 107 0 0.50 0.28 0.42 334.05 0.33 0.44
Hex 95 4B 6B 0 32 1C 2A 14E 21 2C
Octal 225 113 153 0 62 34 52 516 41 54
Binary 10010101 1001011 1101011 0 110010 11100 101010 101001110 100001 101100

Color Harmonies of #954B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B6B

Black with #954B6B

Text Example


Text Example

White with #954B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954B6B; }

 p { color: rgb(149,75,107); }

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

background-color css

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

 a { background-color: rgb(149,75,107); }

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

border-color css

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

 span { border-color: rgb(149,75,107); }

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