Html Css Color HEX #953C66 Cadillac

📋 copy color: '#953C66'

red 149 ◦ green 60 ◦ blue 102

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

Shades of Cadillac #953C66

Tints of Cadillac #953C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 47.91%
G = 19.29%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953C66 (or 0x953C66) is known color: Cadillac. HEX triplet: 95, 3C and 66. RGB value is (149,60,102). Sum of RGB (Red+Green+Blue) = 149+60+102=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #953C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C66 is #6AC399. Grayscale: #5B5B5B. Windows color (decimal): -6996890 or 6700181. OLE color: 6700181.

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

Color convert

RGB 149 60 102 -
CMYK 0 0.60 0.32 0.42
HSL 331.69º 0.43% 0.41% -
HSV(B) 331.69º 0.6% 0.58% -
XYZ 16.41 10.58 13.75 -
YUV 91.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 149 60 102 0 0.60 0.32 0.42 331.69 0.43 0.41
Hex 95 3C 66 0 3C 20 2A 14C 2B 29
Octal 225 74 146 0 74 40 52 514 53 51
Binary 10010101 111100 1100110 0 111100 100000 101010 101001100 101011 101001

Color Harmonies of #953C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C66

Black with #953C66

Text Example


Text Example

White with #953C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,102); }

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

background-color css

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

 a { background-color: rgb(149,60,102); }

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

border-color css

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

 span { border-color: rgb(149,60,102); }

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