Html Css Color HEX #953C6A Cadillac

📋 copy color: '#953C6A'

red 149 ◦ green 60 ◦ blue 106

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

Shades of Cadillac #953C6A

Tints of Cadillac #953C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 47.3%
G = 19.05%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#953C6A (or 0x953C6A) is known color: Cadillac. HEX triplet: 95, 3C and 6A. RGB value is (149,60,106). Sum of RGB (Red+Green+Blue) = 149+60+106=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C6A is #6AC395. Grayscale: #5B5B5B. Windows color (decimal): -6996886 or 6962325. OLE color: 6962325.

HSL color Cylindrical-coordinate representation of color #953C6A: hue angle of 328.99º 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 #953C6A is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 106 -
CMYK 0 0.60 0.29 0.42
HSL 328.99º 0.43% 0.41% -
HSV(B) 328.99º 0.6% 0.58% -
XYZ 16.61 10.66 14.82 -
YUV 91.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 149 60 106 0 0.60 0.29 0.42 328.99 0.43 0.41
Hex 95 3C 6A 0 3C 1D 2A 149 2B 29
Octal 225 74 152 0 74 35 52 511 53 51
Binary 10010101 111100 1101010 0 111100 11101 101010 101001001 101011 101001

Color Harmonies of #953C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C6A

Black with #953C6A

Text Example


Text Example

White with #953C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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