Html Css Color HEX #954368 Cadillac

📋 copy color: '#954368'

red 149 ◦ green 67 ◦ blue 104

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

Shades of Cadillac #954368

Tints of Cadillac #954368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 46.56%
G = 20.94%
B = 32.5%

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

#954368 (or 0x954368) is known color: Cadillac. HEX triplet: 95, 43 and 68. RGB value is (149,67,104). Sum of RGB (Red+Green+Blue) = 149+67+104=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #954368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954368 is #6ABC97. Grayscale: #5F5F5F. Windows color (decimal): -6995096 or 6833045. OLE color: 6833045.

HSL color Cylindrical-coordinate representation of color #954368: hue angle of 332.93º 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 #954368 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 104 -
CMYK 0 0.55 0.30 0.42
HSL 332.93º 0.38% 0.42% -
HSV(B) 332.93º 0.55% 0.58% -
XYZ 16.9 11.4 14.41 -
YUV 95.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 149 67 104 0 0.55 0.30 0.42 332.93 0.38 0.42
Hex 95 43 68 0 37 1E 2A 14D 26 2A
Octal 225 103 150 0 67 36 52 515 46 52
Binary 10010101 1000011 1101000 0 110111 11110 101010 101001101 100110 101010

Color Harmonies of #954368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954368

Black with #954368

Text Example


Text Example

White with #954368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954368; }

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

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

background-color css

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

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

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

border-color css

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

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

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