Html Css Color HEX #954A67 Cadillac

📋 copy color: '#954A67'

red 149 ◦ green 74 ◦ blue 103

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

Shades of Cadillac #954A67

Tints of Cadillac #954A67

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 45.71%
G = 22.7%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#954A67 (or 0x954A67) is known color: Cadillac. HEX triplet: 95, 4A and 67. RGB value is (149,74,103). Sum of RGB (Red+Green+Blue) = 149+74+103=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #954A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A67 is #6AB598. Grayscale: #636363. Windows color (decimal): -6993305 or 6769301. OLE color: 6769301.

HSL color Cylindrical-coordinate representation of color #954A67: hue angle of 336.8º degrees, saturation: 0.34, 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 #954A67 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 103 -
CMYK 0 0.50 0.31 0.42
HSL 336.8º 0.34% 0.44% -
HSV(B) 336.8º 0.5% 0.58% -
XYZ 17.29 12.27 14.29 -
YUV 99.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 149 74 103 0 0.50 0.31 0.42 336.8 0.34 0.44
Hex 95 4A 67 0 32 1F 2A 151 22 2C
Octal 225 112 147 0 62 37 52 521 42 54
Binary 10010101 1001010 1100111 0 110010 11111 101010 101010001 100010 101100

Color Harmonies of #954A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A67

Black with #954A67

Text Example


Text Example

White with #954A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,74,103); }

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

background-color css

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

 a { background-color: rgb(149,74,103); }

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

border-color css

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

 span { border-color: rgb(149,74,103); }

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