Html Css Color HEX #953E68 Cadillac

📋 copy color: '#953E68'

red 149 ◦ green 62 ◦ blue 104

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

Shades of Cadillac #953E68

Tints of Cadillac #953E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.68%

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 47.3%
G = 19.68%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953E68 (or 0x953E68) is known color: Cadillac. HEX triplet: 95, 3E and 68. RGB value is (149,62,104). Sum of RGB (Red+Green+Blue) = 149+62+104=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E68 is #6AC197. Grayscale: #5C5C5C. Windows color (decimal): -6996376 or 6831765. OLE color: 6831765.

HSL color Cylindrical-coordinate representation of color #953E68: hue angle of 331.03º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953E68 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 62 104 -
CMYK 0 0.58 0.30 0.42
HSL 331.03º 0.41% 0.41% -
HSV(B) 331.03º 0.58% 0.58% -
XYZ 16.62 10.83 14.31 -
YUV 92.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 149 62 104 0 0.58 0.30 0.42 331.03 0.41 0.41
Hex 95 3E 68 0 3A 1E 2A 14B 29 29
Octal 225 76 150 0 72 36 52 513 51 51
Binary 10010101 111110 1101000 0 111010 11110 101010 101001011 101001 101001

Color Harmonies of #953E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E68

Black with #953E68

Text Example


Text Example

White with #953E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E68; }

 p { color: rgb(149,62,104); }

 H1.HeaderClassName
 {
   color: #953E68;
 }
 .AnyTagClassName
 {
   color: #953E68;
 }
</style>

background-color css

<style>
 a { background-color: #953E68; }

 a { background-color: rgb(149,62,104); }

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

border-color css

<style>
 span { border-color: #953E68; }

 span { border-color: rgb(149,62,104); }

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