Html Css Color HEX #954369 Cadillac

📋 copy color: '#954369'

red 149 ◦ green 67 ◦ blue 105

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

Shades of Cadillac #954369

Tints of Cadillac #954369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 46.42%
G = 20.87%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#954369 (or 0x954369) is known color: Cadillac. HEX triplet: 95, 43 and 69. RGB value is (149,67,105). Sum of RGB (Red+Green+Blue) = 149+67+105=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954369 is #6ABC96. Grayscale: #5F5F5F. Windows color (decimal): -6995095 or 6898581. OLE color: 6898581.

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

Color convert

RGB 149 67 105 -
CMYK 0 0.55 0.30 0.42
HSL 332.2º 0.38% 0.42% -
HSV(B) 332.2º 0.55% 0.58% -
XYZ 16.95 11.42 14.68 -
YUV 95.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 149 67 105 0 0.55 0.30 0.42 332.2 0.38 0.42
Hex 95 43 69 0 37 1E 2A 14C 26 2A
Octal 225 103 151 0 67 36 52 514 46 52
Binary 10010101 1000011 1101001 0 110111 11110 101010 101001100 100110 101010

Color Harmonies of #954369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954369

Black with #954369

Text Example


Text Example

White with #954369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954369; }

 p { color: rgb(149,67,105); }

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

background-color css

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

 a { background-color: rgb(149,67,105); }

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

border-color css

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

 span { border-color: rgb(149,67,105); }

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