Html Css Color HEX #954662 Cadillac

📋 copy color: '#954662'

red 149 ◦ green 70 ◦ blue 98

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

Shades of Cadillac #954662

Tints of Cadillac #954662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 47%
G = 22.08%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#954662 (or 0x954662) is known color: Cadillac. HEX triplet: 95, 46 and 62. RGB value is (149,70,98). Sum of RGB (Red+Green+Blue) = 149+70+98=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954662 is #6AB99D. Grayscale: #606060. Windows color (decimal): -6994334 or 6440597. OLE color: 6440597.

HSL color Cylindrical-coordinate representation of color #954662: hue angle of 338.73º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954662 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 98 -
CMYK 0 0.53 0.34 0.42
HSL 338.73º 0.36% 0.43% -
HSV(B) 338.73º 0.53% 0.58% -
XYZ 16.79 11.65 12.92 -
YUV 96.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 149 70 98 0 0.53 0.34 0.42 338.73 0.36 0.43
Hex 95 46 62 0 35 22 2A 153 24 2B
Octal 225 106 142 0 65 42 52 523 44 53
Binary 10010101 1000110 1100010 0 110101 100010 101010 101010011 100100 101011

Color Harmonies of #954662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954662

Black with #954662

Text Example


Text Example

White with #954662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954662; }

 p { color: rgb(149,70,98); }

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

background-color css

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

 a { background-color: rgb(149,70,98); }

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

border-color css

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

 span { border-color: rgb(149,70,98); }

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