Html Css Color HEX #954365 Cadillac

📋 copy color: '#954365'

red 149 ◦ green 67 ◦ blue 101

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

Shades of Cadillac #954365

Tints of Cadillac #954365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 47%
G = 21.14%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#954365 (or 0x954365) is known color: Cadillac. HEX triplet: 95, 43 and 65. RGB value is (149,67,101). Sum of RGB (Red+Green+Blue) = 149+67+101=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #954365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954365 is #6ABC9A. Grayscale: #5F5F5F. Windows color (decimal): -6995099 or 6636437. OLE color: 6636437.

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

Color convert

RGB 149 67 101 -
CMYK 0 0.55 0.32 0.42
HSL 335.12º 0.38% 0.42% -
HSV(B) 335.12º 0.55% 0.58% -
XYZ 16.75 11.34 13.62 -
YUV 95.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 149 67 101 0 0.55 0.32 0.42 335.12 0.38 0.42
Hex 95 43 65 0 37 20 2A 14F 26 2A
Octal 225 103 145 0 67 40 52 517 46 52
Binary 10010101 1000011 1100101 0 110111 100000 101010 101001111 100110 101010

Color Harmonies of #954365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954365

Black with #954365

Text Example


Text Example

White with #954365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954365; }

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

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

background-color css

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

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

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

border-color css

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

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

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